refactor home-fragment to dashboard-fragment and add a tablayout

This commit is contained in:
2024-05-31 16:09:58 +02:00
parent 82e7b9ecd8
commit 3544915f89
8 changed files with 47 additions and 45 deletions

View File

@@ -3,13 +3,13 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/mobile_navigation"
app:startDestination="@+id/nav_home">
app:startDestination="@+id/nav_dashboard">
<fragment
android:id="@+id/nav_home"
android:name="de.chrissthecoder.store.ui.home.HomeFragment"
android:label="@string/menu_home"
tools:layout="@layout/fragment_home" />
android:id="@+id/nav_dashboard"
android:name="de.chrissthecoder.store.ui.dashboard.DashboardFragment"
android:label="@string/menu_dashboard"
tools:layout="@layout/fragment_dashboard" />
<fragment
android:id="@+id/nav_gallery"