From: Andy Scherzinger Date: Fri, 14 Aug 2015 14:00:35 +0000 (+0200) Subject: fixed drawer font size, changed color according to material guide X-Git-Tag: beta-20151128~7^2~50 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/7df40c01c86a35bba70027e83adc76032dba6c25 fixed drawer font size, changed color according to material guide --- diff --git a/res/layout/drawer.xml b/res/layout/drawer.xml index 0008389c..a525bf03 100644 --- a/res/layout/drawer.xml +++ b/res/layout/drawer.xml @@ -92,7 +92,7 @@ android:orientation="vertical" android:text="@string/app_name" android:textColor="#FFF" - android:paddingLeft="@dimen/standard_padding" + android:paddingLeft="22dp" android:paddingRight="@dimen/standard_padding" android:textSize="24sp" android:ellipsize="end" diff --git a/res/layout/drawer_list_item.xml b/res/layout/drawer_list_item.xml index c1698b75..2ba2b0d5 100644 --- a/res/layout/drawer_list_item.xml +++ b/res/layout/drawer_list_item.xml @@ -40,12 +40,13 @@ android:id="@+id/itemTitle" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:paddingLeft="@dimen/standard_padding" + android:paddingLeft="22dp" android:paddingRight="@dimen/standard_padding" android:textColor="@color/drawerMenuTextColor" android:text="@string/app_name" + android:textStyle="bold" android:layout_gravity="center_vertical" - android:textAppearance="?android:attr/textAppearanceListItem" + android:textSize="14sp" /> diff --git a/res/values/colors.xml b/res/values/colors.xml index 316e0768..c931a36d 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -27,7 +27,7 @@ #000000 #FFFFFF #303030 - #757575 + #000000 #fff0f0f0 #DDDDDD #EEEEEE