mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 06:47:03 +03:00
Avoid blinking navigation header before branding is applied
This commit is contained in:
parent
be4c0c28ff
commit
f51b548192
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
android:id="@+id/header_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/drawer_header_height"
|
||||
android:background="@color/defaultBrand">
|
||||
tools:background="@color/defaultBrand">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/logo"
|
||||
|
|
Loading…
Reference in a new issue