From: Damyan Ivanov Date: Thu, 28 Feb 2019 17:40:56 +0000 (+0200) Subject: profile list: use the gear icon for the editing action X-Git-Tag: v0.7~34 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=a43ab7172321eb2419280558fa6d7115f1c25950 profile list: use the gear icon for the editing action --- 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"