浏览代码

Merge branch 'setup_colors' into setup_app_name

masensio 11 年之前
父节点
当前提交
6e0c536490
共有 1 个文件被更改,包括 1 次插入1 次删除
  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" >