1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00

Redesigned the BottomNavigationView for better clarity + to match the Material Guidelines

This commit is contained in:
Vojtěch Hořánek 2021-01-20 00:09:04 +01:00
parent db7141c506
commit 0d9db83dc3
10 changed files with 60 additions and 35 deletions

View file

@ -47,7 +47,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
app:labelVisibilityMode="labeled"
app:labelVisibilityMode="selected"
app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior"
app:menu="@menu/main_bottom_navigation_menu" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>