fixed drawer font size, changed color according to material guide
authorAndy Scherzinger <info@andy-scherzinger.de>
Fri, 14 Aug 2015 14:00:35 +0000 (16:00 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Fri, 14 Aug 2015 14:00:35 +0000 (16:00 +0200)
res/layout/drawer.xml
res/layout/drawer_list_item.xml
res/values/colors.xml

index 0008389..a525bf0 100644 (file)
@@ -92,7 +92,7 @@
                 android:orientation="vertical"
                 android:text="@string/app_name"
                 android:textColor="#FFF"
                 android:orientation="vertical"
                 android:text="@string/app_name"
                 android:textColor="#FFF"
-                android:paddingLeft="@dimen/standard_padding"
+                android:paddingLeft="22dp"
                 android:paddingRight="@dimen/standard_padding"
                 android:textSize="24sp"
                 android:ellipsize="end"
                 android:paddingRight="@dimen/standard_padding"
                 android:textSize="24sp"
                 android:ellipsize="end"
index c1698b7..2ba2b0d 100644 (file)
         android:id="@+id/itemTitle"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:id="@+id/itemTitle"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:paddingLeft="@dimen/standard_padding"
+        android:paddingLeft="22dp"
         android:paddingRight="@dimen/standard_padding"
         android:textColor="@color/drawerMenuTextColor"
         android:text="@string/app_name"
         android:paddingRight="@dimen/standard_padding"
         android:textColor="@color/drawerMenuTextColor"
         android:text="@string/app_name"
+        android:textStyle="bold"
         android:layout_gravity="center_vertical"
         android:layout_gravity="center_vertical"
-        android:textAppearance="?android:attr/textAppearanceListItem"
+        android:textSize="14sp"
         />
 </LinearLayout>
 
         />
 </LinearLayout>
 
index 316e076..c931a36 100644 (file)
@@ -27,7 +27,7 @@
     <color name="black">#000000</color>
     <color name="white">#FFFFFF</color>
     <color name="textColor">#303030</color>
     <color name="black">#000000</color>
     <color name="white">#FFFFFF</color>
     <color name="textColor">#303030</color>
-    <color name="drawerMenuTextColor">#757575</color>
+    <color name="drawerMenuTextColor">#000000</color>
     <color name="list_divider_background">#fff0f0f0</color>
     <color name="filelist_icon_backgorund">#DDDDDD</color>
     <color name="dark_background_text_color">#EEEEEE</color>
     <color name="list_divider_background">#fff0f0f0</color>
     <color name="filelist_icon_backgorund">#DDDDDD</color>
     <color name="dark_background_text_color">#EEEEEE</color>