Browse Source

Merge branch 'setup_colors' into setup_app_name

masensio 11 years ago
parent
commit
6e0c536490
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/layout-land/account_setup.xml

+ 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" >