From 4da1af9a7bca77f4bea744ef66b67dbd71d5e221 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Wed, 3 Oct 2018 18:13:21 -0700 Subject: [PATCH] Use the correct save icon in the ScribbleHud. --- res/layout/scribble_hud.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/scribble_hud.xml b/res/layout/scribble_hud.xml index a7973cd3d..c0e42990d 100644 --- a/res/layout/scribble_hud.xml +++ b/res/layout/scribble_hud.xml @@ -20,7 +20,7 @@ android:layout_height="wrap_content" android:layout_gravity="top|left|start" android:padding="12dp" - android:src="@drawable/ic_check_white_24dp" + android:src="@drawable/ic_scribble_save" android:background="?attr/selectableItemBackgroundBorderless"/>