From 6ad725762ba11100b7373767d8c3c3feee88364c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 27 Mar 2020 09:51:53 +0800 Subject: Still implementing custom themes. --- app/src/main/res/layout/item_user_custom_theme.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/item_user_custom_theme.xml') diff --git a/app/src/main/res/layout/item_user_custom_theme.xml b/app/src/main/res/layout/item_user_custom_theme.xml index e4ea128d..55891961 100644 --- a/app/src/main/res/layout/item_user_custom_theme.xml +++ b/app/src/main/res/layout/item_user_custom_theme.xml @@ -29,7 +29,7 @@ android:layout_height="24dp" android:layout_gravity="center_vertical" android:layout_marginStart="32dp" - android:src="@drawable/ic_add_24dp" + android:src="@drawable/ic_add_day_night_24dp" android:background="?attr/selectableItemBackgroundBorderless" />