mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Fixed lost background color for icon in login view
This commit is contained in:
parent
9948180550
commit
c44ed4980c
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:background="@color/login_logo_background_color"
|
||||
android:src="@drawable/logo"
|
||||
android:contentDescription="@string/app_name"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue