From 3b0eb15646cc9ac60a7661cf25d5a1a528bae404 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 27 Aug 2019 16:46:46 +0800 Subject: This app now has an icon (finally)git statusgit statusgit status Add a credits page in settings. Use another error view and no comment placeholder. --- 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 10a9fbdd..c4f8e944 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -101,6 +101,7 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_marginStart="16dp" + android:src="@drawable/gold" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toEndOf="@+id/type_text_view_item_post" -- cgit v1.2.3