aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-02-20 16:27:04 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-02-20 16:27:04 +0000
commita54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16 (patch)
tree838efe7b4191ac7551b3b6e01a1668c5cf57aba1 /app/src/main/res/layout
parentb06c24402b5d32527c8449f8a5bd02ddfd15736a (diff)
downloadinfinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.gz
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.bz2
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.lz
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.xz
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.tar.zst
infinity-for-reddit-a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16.zip
Add an option to show rounded number of votes.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/item_load_more_comments_placeholder.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_load_more_comments_placeholder.xml b/app/src/main/res/layout/item_load_more_comments_placeholder.xml
index 099e4a9a..0a4a0047 100644
--- a/app/src/main/res/layout/item_load_more_comments_placeholder.xml
+++ b/app/src/main/res/layout/item_load_more_comments_placeholder.xml
@@ -31,6 +31,7 @@
android:id="@+id/divider_item_load_more_comments_placeholder"
android:layout_width="match_parent"
android:layout_height="1dp"
- android:background="@color/dividerColor" />
+ android:background="@color/dividerColor"
+ android:visibility="gone" />
</LinearLayout> \ No newline at end of file