浏览代码

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 年之前
父节点
当前提交
a7859b4ab4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"