diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-05 09:18:30 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-05 09:18:30 +0000 |
commit | 7761d3875673e65cfb6d0cb496a781a9ee8f2db3 (patch) | |
tree | be6f2acbbe06acf8ce5d857faeb054bdc082c23a /app/src/main/res/layout/item_post.xml | |
parent | 199690355be9fb461ceddc346a9cc68a75940aa1 (diff) | |
download | infinity-for-reddit-7761d3875673e65cfb6d0cb496a781a9ee8f2db3.tar infinity-for-reddit-7761d3875673e65cfb6d0cb496a781a9ee8f2db3.tar.gz infinity-for-reddit-7761d3875673e65cfb6d0cb496a781a9ee8f2db3.tar.bz2 infinity-for-reddit-7761d3875673e65cfb6d0cb496a781a9ee8f2db3.tar.lz infinity-for-reddit-7761d3875673e65cfb6d0cb496a781a9ee8f2db3.tar.xz infinity-for-reddit-7761d3875673e65cfb6d0cb496a781a9ee8f2db3.tar.zst infinity-for-reddit-7761d3875673e65cfb6d0cb496a781a9ee8f2db3.zip |
Sorting and refreshing in FilteredPostsActivity are available.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index e3be0913..640f6c3f 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -102,7 +102,7 @@ android:layout_height="24dp" android:layout_toEndOf="@id/type_text_view_item_post" android:layout_centerVertical="true" - android:visibility="gone"/> + android:visibility="gone" /> <TextView android:id="@+id/gilded_number_text_view_item_post" |