From: David A. Velasco Date: Wed, 30 Oct 2013 12:46:14 +0000 (+0100) Subject: Merge branch 'develop' into review_build_process X-Git-Tag: oc-android-1.5.5~140^2~5 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/cfa1b1744f4011536564b575756773c5bb47c130?hp=0dbb1876fafaa8a1ed8d17d85aec4b29c46d7aab Merge branch 'develop' into review_build_process --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ac8c1506..374151eb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -92,9 +92,9 @@ - + - diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 9b800579..15e872b1 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -37,6 +37,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:layout_gravity="center" + android:background="@color/login_logo_background_color" android:src="@drawable/logo" /> diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index 543627d5..810e0836 100644 --- a/res/layout/account_setup.xml +++ b/res/layout/account_setup.xml @@ -40,6 +40,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="10dp" android:layout_marginTop="10dp" + android:background="@color/login_logo_background_color" android:src="@drawable/logo" />