From a43ab7172321eb2419280558fa6d7115f1c25950 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 28 Feb 2019 19:40:56 +0200 Subject: [PATCH] profile list: use the gear icon for the editing action --- app/src/main/res/layout/nav_profile_list_head.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/nav_profile_list_head.xml b/app/src/main/res/layout/nav_profile_list_head.xml index 74b09ba3..327fce07 100644 --- a/app/src/main/res/layout/nav_profile_list_head.xml +++ b/app/src/main/res/layout/nav_profile_list_head.xml @@ -59,7 +59,7 @@ android:id="@+id/nav_profiles_start_edit" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/ic_more_horiz_black_24dp" + android:background="@drawable/ic_settings_black_24dp" android:gravity="end|center_vertical" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" -- 2.39.2