Przeglądaj źródła

larger hitbox for the account switcher

Andy Scherzinger 9 lat temu
rodzic
commit
3a63a635e2
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      res/layout/drawer_header.xml

+ 1 - 3
res/layout/drawer_header.xml

@@ -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