mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
OC-1769: Modify background_color and login_background_color works fine
This commit is contained in:
parent
1809997dc1
commit
a1f8d76188
3 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
<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" >
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/login_background_color"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:padding="8dp" >
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<string name="auth_method_saml_web_sso">off</string>
|
||||
|
||||
<!-- Colors -->
|
||||
<color name="login_background_color">#FFFFFF</color>
|
||||
<color name="background_color">#F7F7F7</color>
|
||||
<color name="actionbar_start_color">#1D2D44</color>
|
||||
<color name="actionbar_end_color">#1D2D44</color>
|
||||
|
|
Loading…
Reference in a new issue