Initial tablet NavigationRailView implementation

TODO:
- Make the side nav go beside the toolbar too
- Extract out common main_activity stuff to remove duplicated code
This commit is contained in:
arkon
2021-05-14 09:14:42 -04:00
parent fcde6c2b84
commit de35a4c62a
8 changed files with 157 additions and 44 deletions

View File

@@ -85,10 +85,10 @@
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:itemIconTint="@color/nav_selector"
app:itemTextColor="@color/nav_selector"
app:labelVisibilityMode="labeled"
app:layout_insetEdge="bottom"
app:menu="@menu/bottom_nav" />
app:menu="@menu/main_nav" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>