From f7a192dcbedb09a6d29e7879f6119edd47278f6f Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 22 Jan 2019 01:05:46 +0800 Subject: Fixed infinite loading duplicate posts when there is no more posts to load. Minor bugs fixed. Minor layout tweaks. --- app/src/main/res/layout/item_post.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index 1021a3b0..1d686e52 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -82,6 +82,7 @@ android:layout_marginEnd="16dp" android:textSize="12sp" android:textColor="@android:color/white" + android:layout_centerVertical="true" app:chipBackgroundColor="@color/colorPrimaryDark"/> + android:textColor="@color/gold" + android:layout_centerVertical="true"/> -- cgit v1.2.3