Browse Source

OC-1769: Modify background_color and login_background_color works fine

masensio 11 years ago
parent
commit
a1f8d76188
3 changed files with 3 additions and 0 deletions
  1. 1 0
      res/layout-land/account_setup.xml
  2. 1 0
      res/layout/account_setup.xml
  3. 1 0
      res/values/setup.xml

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

@@ -26,6 +26,7 @@
     <LinearLayout
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_height="wrap_content"
+        android:background="@color/login_background_color"
         android:layout_above="@id/buttonOK"
         android:layout_above="@id/buttonOK"
         android:layout_alignParentTop="true"
         android:layout_alignParentTop="true"
         android:orientation="horizontal" >
         android:orientation="horizontal" >

+ 1 - 0
res/layout/account_setup.xml

@@ -29,6 +29,7 @@
     <LinearLayout
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_height="wrap_content"
+        android:background="@color/login_background_color"
         android:gravity="center"
         android:gravity="center"
         android:orientation="vertical"
         android:orientation="vertical"
         android:padding="8dp" >
         android:padding="8dp" >

+ 1 - 0
res/values/setup.xml

@@ -8,6 +8,7 @@
     <string name="auth_method_saml_web_sso">off</string>
     <string name="auth_method_saml_web_sso">off</string>
     
     
     <!-- Colors -->
     <!-- Colors -->
+    <color name="login_background_color">#FFFFFF</color>
     <color name="background_color">#F7F7F7</color>
     <color name="background_color">#F7F7F7</color>
     <color name="actionbar_start_color">#1D2D44</color>
     <color name="actionbar_start_color">#1D2D44</color>
     <color name="actionbar_end_color">#1D2D44</color>
     <color name="actionbar_end_color">#1D2D44</color>