diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-04-16 12:04:32 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-04-16 12:04:32 +0000 |
commit | f0125edd233bb433c2d59cc04144be1e4a65bd0e (patch) | |
tree | 9d4be209107c25e1ff811f82a33ec6004679384c /app/src/main/res/layout/item_post_detail.xml | |
parent | 9cbe542c8503c53f9e5a2836ce1e22c499e538bc (diff) | |
download | infinity-for-reddit-f0125edd233bb433c2d59cc04144be1e4a65bd0e.tar infinity-for-reddit-f0125edd233bb433c2d59cc04144be1e4a65bd0e.tar.gz infinity-for-reddit-f0125edd233bb433c2d59cc04144be1e4a65bd0e.tar.bz2 infinity-for-reddit-f0125edd233bb433c2d59cc04144be1e4a65bd0e.tar.lz infinity-for-reddit-f0125edd233bb433c2d59cc04144be1e4a65bd0e.tar.xz infinity-for-reddit-f0125edd233bb433c2d59cc04144be1e4a65bd0e.tar.zst infinity-for-reddit-f0125edd233bb433c2d59cc04144be1e4a65bd0e.zip |
Show author flair (not richtext) for comments.
Diffstat (limited to 'app/src/main/res/layout/item_post_detail.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_detail.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index 15695b23..f68ffb3c 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -161,16 +161,6 @@ app:lib_setRoundedView="true" app:lib_setShape="rectangle" /> - <TextView - android:id="@+id/gilded_number_text_view_item_post_detail" - 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_detail" android:layout_width="20dp" |