From a408d33bfde80a2b784f6b7455e46ab06608de93 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Tue, 12 Mar 2019 16:59:55 +0100 Subject: [PATCH] Update icon --- app/src/main/res/menu/bottom_sheet_menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/menu/bottom_sheet_menu.xml b/app/src/main/res/menu/bottom_sheet_menu.xml index b5839213..b9453f94 100644 --- a/app/src/main/res/menu/bottom_sheet_menu.xml +++ b/app/src/main/res/menu/bottom_sheet_menu.xml @@ -6,7 +6,7 @@ android:id="@+id/actionClear" android:orderInCategory="100" android:title="@string/clear" - android:icon="@drawable/ic_close" + android:icon="@drawable/ic_outline_remove" app:showAsAction="always" />