aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_post_compact.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_post_compact.xml')
-rw-r--r--app/src/main/res/layout/item_post_compact.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml
index 486b0dc8..edf83fd0 100644
--- a/app/src/main/res/layout/item_post_compact.xml
+++ b/app/src/main/res/layout/item_post_compact.xml
@@ -166,16 +166,6 @@
app:lib_setRoundedView="true"
app:lib_setShape="rectangle" />
- <TextView
- android:id="@+id/gilded_number_text_view_item_post_compact"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:drawableStart="@drawable/gold"
- android:drawablePadding="4dp"
- android:textColor="@color/gold"
- android:textSize="?attr/font_default"
- android:visibility="gone" />
-
<ImageView
android:id="@+id/archived_image_view_item_post_compact"
android:layout_width="24dp"
@@ -200,6 +190,12 @@
android:tint="?attr/crosspost"
android:visibility="gone" />
+ <TextView
+ android:id="@+id/awards_text_view_item_post_compact"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone" />
+
</com.nex3z.flowlayout.FlowLayout>
<TextView