mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
larger hitbox for the account switcher
This commit is contained in:
parent
e789178587
commit
3a63a635e2
1 changed files with 1 additions and 3 deletions
|
@ -18,9 +18,6 @@
|
|||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/nav_drawer_header_height"
|
||||
android:paddingBottom="@dimen/standard_padding"
|
||||
android:paddingRight="@dimen/standard_padding"
|
||||
android:paddingLeft="@dimen/standard_padding"
|
||||
android:background="@color/drawer_header_color">
|
||||
|
||||
<LinearLayout
|
||||
|
@ -28,6 +25,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:padding="@dimen/standard_padding"
|
||||
>
|
||||
|
||||
<ImageView
|
||||
|
|
Loading…
Reference in a new issue