From a54a3395f8d5c2b61905f4c0ae77c4b7d11b3a16 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 21 Feb 2020 00:27:04 +0800 Subject: Add an option to show rounded number of votes. --- app/src/main/res/layout/item_load_more_comments_placeholder.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') 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" /> \ No newline at end of file -- cgit v1.2.3