mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 17:57:31 +01:00
Fix bottom nav background color (closes #2704)
This commit is contained in:
parent
3f4140900d
commit
622d6c0cab
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
app:itemBackground="?attr/colorPrimary"
|
app:elevation="0dp"
|
||||||
app:labelVisibilityMode="labeled"
|
app:labelVisibilityMode="labeled"
|
||||||
app:menu="@menu/bottom_nav" />
|
app:menu="@menu/bottom_nav" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue