Set BottomNavigationView background

Otherwise we'll have white "padding" on large screens, e.g. Nexus 7.
This commit is contained in:
mvp76 2017-03-01 12:29:10 +01:00 committed by Peter Serwylo
parent 083339f60e
commit 89fa83c8c7

View File

@ -12,6 +12,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
app:menu="@menu/main_activity_screens" app:menu="@menu/main_activity_screens"
android:background="@color/fdroid_blue"
app:itemBackground="@color/fdroid_blue" app:itemBackground="@color/fdroid_blue"
app:itemIconTint="@android:color/white" app:itemIconTint="@android:color/white"
app:itemTextColor="@android:color/white" /> app:itemTextColor="@android:color/white" />