From 7ae7827d491473b326dcf3f3c297803816f798c0 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 2 Feb 2020 21:50:42 +0800 Subject: Minor layout tweaks. --- app/src/main/res/layout/item_post_compact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/item_post_compact.xml') diff --git a/app/src/main/res/layout/item_post_compact.xml b/app/src/main/res/layout/item_post_compact.xml index 7bcb8072..7123c4db 100644 --- a/app/src/main/res/layout/item_post_compact.xml +++ b/app/src/main/res/layout/item_post_compact.xml @@ -188,7 +188,7 @@ android:id="@+id/locked_image_view_item_post_compact" android:layout_width="24dp" android:layout_height="24dp" - android:src="@drawable/ic_outline_lock" + android:src="@drawable/ic_outline_lock_24dp" android:tint="@color/lockedIconTint" android:visibility="gone" /> -- cgit v1.2.3