|
@@ -44,9 +44,11 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom"
|
|
|
+ app:itemIconTint="@color/bottom_nav_selector"
|
|
|
+ app:itemTextColor="@color/bottom_nav_selector"
|
|
|
app:labelVisibilityMode="labeled"
|
|
|
- app:layout_insetEdge="bottom"
|
|
|
app:layout_behavior="@string/hide_bottom_view_on_scroll_behavior"
|
|
|
+ app:layout_insetEdge="bottom"
|
|
|
app:menu="@menu/bottom_nav" />
|
|
|
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|