Add an option to show rounded number of votes.

This commit is contained in:
Alex Ning
2020-02-21 00:27:04 +08:00
parent b06c24402b
commit a54a3395f8
13 changed files with 149 additions and 52 deletions

View File

@@ -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>