Browse Source

set back font weight on drawer list items

Andy Scherzinger 9 years ago
parent
commit
80e7836840
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/layout/drawer_list_item.xml

+ 1 - 1
res/layout/drawer_list_item.xml

@@ -44,7 +44,7 @@
         android:paddingRight="16dp"
         android:textColor="@color/drawerMenuTextColor"
         android:text="@string/app_name"
-        android:textStyle="bold"
+        android:textStyle="normal"
         android:layout_gravity="center_vertical"
         android:textSize="14sp"
         />