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_detail.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_detail.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_detail.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_post_detail.xml b/app/src/main/res/layout/item_post_detail.xml index 3c08ca6a..15695b23 100644 --- a/app/src/main/res/layout/item_post_detail.xml +++ b/app/src/main/res/layout/item_post_detail.xml @@ -195,6 +195,12 @@ android:tint="?attr/crosspost" android:visibility="gone" /> + <TextView + android:id="@+id/awards_text_view_item_post_detail" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:visibility="gone" /> + </com.nex3z.flowlayout.FlowLayout> <TextView |