mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
Set BottomNavigationView background
Otherwise we'll have white "padding" on large screens, e.g. Nexus 7.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
app:menu="@menu/main_activity_screens"
|
||||
android:background="@color/fdroid_blue"
|
||||
app:itemBackground="@color/fdroid_blue"
|
||||
app:itemIconTint="@android:color/white"
|
||||
app:itemTextColor="@android:color/white" />
|
||||
|
||||
Reference in New Issue
Block a user