From: David A. Velasco Date: Fri, 25 Sep 2015 09:11:46 +0000 (+0200) Subject: Fixed lost background color for icon in login view X-Git-Tag: oc-android-1.8~1^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/c44ed4980c257030b2911366ec2297e0b9c7eca7?hp=-c Fixed lost background color for icon in login view --- c44ed4980c257030b2911366ec2297e0b9c7eca7 diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml index cc88f3e0..876d834c 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="20dp" android:layout_marginTop="10dp" + android:background="@color/login_logo_background_color" android:src="@drawable/logo" android:contentDescription="@string/app_name"/>