Browse Source

Merge branch 'material_toolbar' of https://github.com/owncloud/android into material_buttons

Conflicts:
	res/layout/drawer.xml
	res/layout/drawer_list_item.xml
	res/values/styles.xml
Andy Scherzinger 9 years ago
parent
commit
a7859b4ab4
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

@@ -41,7 +41,7 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:paddingLeft="22dp"
-        android:paddingRight="@dimen/standard_padding"
+        android:paddingRight="@dimen/standard_margin"
         android:textColor="@color/drawerMenuTextColor"
         android:text="@string/app_name"
         android:textStyle="bold"