From: Andy Scherzinger Date: Tue, 4 Aug 2015 17:02:36 +0000 (+0200) Subject: changed alignment of drawer's content according to jan's suggestions X-Git-Tag: oc-android-1.8~42^2~38 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/b5f8c0b08709dcd6875e3dbc4329a2a0fd50f0b4?ds=sidebyside changed alignment of drawer's content according to jan's suggestions --- diff --git a/res/drawable-hdpi/ic_account_circle.png b/res/drawable-hdpi/ic_account_circle.png new file mode 100644 index 00000000..b2bdc2a0 Binary files /dev/null and b/res/drawable-hdpi/ic_account_circle.png differ diff --git a/res/drawable-xhdpi/ic_account_circle.png b/res/drawable-xhdpi/ic_account_circle.png new file mode 100644 index 00000000..246e0c87 Binary files /dev/null and b/res/drawable-xhdpi/ic_account_circle.png differ diff --git a/res/drawable-xxhdpi/ic_account_circle.png b/res/drawable-xxhdpi/ic_account_circle.png new file mode 100644 index 00000000..bfd4632b Binary files /dev/null and b/res/drawable-xxhdpi/ic_account_circle.png differ diff --git a/res/layout/drawer.xml b/res/layout/drawer.xml index 777be3dc..f769fb23 100644 --- a/res/layout/drawer.xml +++ b/res/layout/drawer.xml @@ -66,19 +66,35 @@ android:dividerHeight="1dp" android:paddingTop="100dp" /> - + android:paddingTop="16dp" + android:paddingBottom="16dp" + android:background="@color/owncloud_blue_accent"> + + + + + \ No newline at end of file