Browse Source

aligned account name with menu items

Andy Scherzinger 9 years ago
parent
commit
5ded9e818b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      res/layout/drawer.xml

+ 1 - 2
res/layout/drawer.xml

@@ -92,8 +92,7 @@
                 android:orientation="vertical"
                 android:orientation="vertical"
                 android:text="@string/app_name"
                 android:text="@string/app_name"
                 android:textColor="#FFF"
                 android:textColor="#FFF"
-                android:textStyle="bold"
-                android:paddingLeft="10dp"
+                android:paddingLeft="16dp"
                 android:textSize="24sp" />
                 android:textSize="24sp" />
         </LinearLayout>
         </LinearLayout>
     </RelativeLayout>
     </RelativeLayout>