X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fnav_profile_list_head.xml;h=7530df6da74b3f18368723539d8c4e7a6e4afab9;hb=57f795ed8e5ddb4ffeb0e3bcaaa844c65c894d31;hp=327fce0762ed7752ea69d7d9a7072983035a4562;hpb=a43ab7172321eb2419280558fa6d7115f1c25950;p=mobile-ledger-staging.git 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 327fce07..7530df6d 100644 --- a/app/src/main/res/layout/nav_profile_list_head.xml +++ b/app/src/main/res/layout/nav_profile_list_head.xml @@ -2,44 +2,49 @@ + android:layout_height="@dimen/thumb_row_height"> + app:layout_constraintTop_toTopOf="parent" + app:srcCompat="@drawable/ic_add_circle_white_24dp" + android:contentDescription="@string/icon" /> @@ -48,12 +53,15 @@ android:id="@+id/nav_profiles_cancel_edit" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/ic_clear_black_24dp" + android:background="@drawable/ic_clear_accent_24dp" android:gravity="end|center_vertical" + android:paddingStart="8dp" + android:paddingEnd="8dp" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintTop_toTopOf="parent" /> + app:layout_constraintTop_toTopOf="parent" + android:contentDescription="@string/icon" /> + app:layout_constraintTop_toTopOf="parent" + android:contentDescription="@string/icon" /> @@ -73,9 +83,7 @@ style="@style/nav_button" android:layout_width="wrap_content" android:layout_height="0dp" - android:drawableStart="@drawable/ic_view_list_black_24dp" android:gravity="start|center_vertical" - android:onClick="navProfilesHeadClicked" android:text="@string/profiles" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent"