Set BottomNavigationView background
Otherwise we'll have white "padding" on large screens, e.g. Nexus 7.
This commit is contained in:
parent
083339f60e
commit
89fa83c8c7
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user