From: Andy Scherzinger Date: Wed, 5 Aug 2015 12:48:04 +0000 (+0200) Subject: added bottom padding to logo, logo slightly bigger X-Git-Tag: oc-android-1.8~42^2~31 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/b276b623a957dc49742d07725faca662e71c08d3 added bottom padding to logo, logo slightly bigger --- diff --git a/res/drawable-xxhdpi/logo.png b/res/drawable-xxhdpi/logo.png new file mode 100644 index 00000000..c33cdb31 Binary files /dev/null and b/res/drawable-xxhdpi/logo.png differ diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index aebd89c3..d8064766 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -38,7 +38,7 @@ android:id="@+id/thumbnail" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="0dp" + android:layout_marginBottom="20dp" android:layout_marginTop="10dp" android:src="@drawable/logo" android:contentDescription="@string/app_name"/>