Merge branch 'material_toolbar' of https://github.com/owncloud/android into material_...
authorAndy Scherzinger <info@andy-scherzinger.de>
Mon, 17 Aug 2015 07:05:33 +0000 (09:05 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Mon, 17 Aug 2015 07:05:33 +0000 (09:05 +0200)
1  2 
res/layout/drawer_list_item.xml

          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:paddingLeft="22dp"
 -        android:paddingRight="16dp"
 +        android:paddingRight="@dimen/standard_margin"
          android:textColor="@color/drawerMenuTextColor"
          android:text="@string/app_name"
-         android:textStyle="bold"
+         android:textStyle="normal"
          android:layout_gravity="center_vertical"
          android:textSize="14sp"
          />