Browse Source

set back font weight on drawer list items

Andy Scherzinger 10 năm trước cách đây
mục cha
commit
80e7836840
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
         />