implement followed hashtags list

closes sk22/megalodon#162
This commit is contained in:
sk
2022-12-22 12:51:43 -03:00
committed by LucasGGamerM
parent ba3f6c4f95
commit 4879d74f80
8 changed files with 177 additions and 22 deletions

View File

@@ -12,7 +12,6 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:paddingHorizontal="16dp"
android:drawableLeft="@drawable/ic_fluent_people_community_24_regular"
android:drawableTint="?android:textColorSecondary"
android:drawablePadding="16dp"
android:textAppearance="@style/m3_title_medium"
@@ -26,6 +25,7 @@
android:clickable="false"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:visibility="gone"
android:paddingRight="16dp"/>
<!-- <ImageView-->