Эх сурвалжийг харах

OC-1794: Having the device in landscape mode the color is not completely changed --> FIXED

masensio 11 жил өмнө
parent
commit
47839208d7

+ 1 - 1
res/layout-land/account_setup.xml

@@ -20,13 +20,13 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:background="@color/login_background_color"
 	android:padding="8dip"
     >
 
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:background="@color/login_background_color"
         android:layout_above="@id/buttonOK"
         android:layout_alignParentTop="true"
         android:orientation="horizontal" >