From cdcb38db51389c31185601eef6a6efe3be4d71f2 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 9 Nov 2018 12:30:31 +0800 Subject: Use MVVM design pattern to load and display the posts. Minor bugs fixed. --- app/src/main/res/layout/item_post.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/layout/item_post.xml') diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index a2a99cce..fd65f268 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -45,6 +45,7 @@ android:layout_toStartOf="@id/post_time_text_view_best_post_item" android:layout_marginStart="8dp" android:layout_marginEnd="8dp" + android:layout_centerVertical="true" android:tint="@color/colorPrimary" android:visibility="gone"/> -- cgit v1.2.3