mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fix for color reference in portrait 8f401a38d8 (comments)
This commit is contained in:
parent
2636e07289
commit
a329d49ddf
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#1D2D44"
|
||||
android:background="@color/login_background_color"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:padding="8dp" >
|
||||
|
|
Loading…
Reference in a new issue