diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-04-16 08:10:07 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-04-16 08:10:07 +0000 |
commit | 9cbe542c8503c53f9e5a2836ce1e22c499e538bc (patch) | |
tree | 441f40d84dd1e5b302879f090bb5d4e076ae496e /app/src/main/res/layout/item_post.xml | |
parent | 4260c6c14e0001310da5e9a237e1f9b3da0f79a6 (diff) | |
download | infinity-for-reddit-9cbe542c8503c53f9e5a2836ce1e22c499e538bc.tar infinity-for-reddit-9cbe542c8503c53f9e5a2836ce1e22c499e538bc.tar.gz infinity-for-reddit-9cbe542c8503c53f9e5a2836ce1e22c499e538bc.tar.bz2 infinity-for-reddit-9cbe542c8503c53f9e5a2836ce1e22c499e538bc.tar.lz infinity-for-reddit-9cbe542c8503c53f9e5a2836ce1e22c499e538bc.tar.xz infinity-for-reddit-9cbe542c8503c53f9e5a2836ce1e22c499e538bc.tar.zst infinity-for-reddit-9cbe542c8503c53f9e5a2836ce1e22c499e538bc.zip |
Show all post awards.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index ad3d1aca..7e1e25cc 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -179,16 +179,6 @@ app:lib_setRoundedView="true" app:lib_setShape="rectangle" /> - <TextView - android:id="@+id/gilded_number_text_view_item_post" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textColor="@color/gold" - android:textSize="?attr/font_default" - android:drawableStart="@drawable/gold" - android:drawablePadding="4dp" - android:visibility="gone" /> - <ImageView android:id="@+id/archived_image_view_item_post" android:layout_width="24dp" @@ -213,6 +203,12 @@ android:tint="?attr/crosspost" android:visibility="gone" /> + <TextView + android:id="@+id/awards_text_view_item_post" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="gone" /> + </com.nex3z.flowlayout.FlowLayout> <TextView |