From: David A. Velasco Date: Mon, 4 Nov 2013 11:21:57 +0000 (+0100) Subject: Merge branch 'develop' into review_build_process X-Git-Tag: oc-android-1.5.5~140^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/57de0c036870defa72e64709134bc673340940f9?hp=bcb3f34d4785c68fa2ed504e799797b079bf3cb0 Merge branch 'develop' into review_build_process --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 951301ec..2035a9de 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -92,9 +92,9 @@ - + - diff --git a/oc_jb_workaround/build.xml b/oc_jb_workaround/build.xml new file mode 100644 index 00000000..9e71b187 --- /dev/null +++ b/oc_jb_workaround/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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" />