|
|
@ -3,23 +3,23 @@ |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:id="@+id/mobile_navigation" |
|
|
|
android:id="@+id/mobile_navigation" |
|
|
|
app:startDestination="@+id/nav_home"> |
|
|
|
app:startDestination="@id/n_nav_calendar"> |
|
|
|
|
|
|
|
|
|
|
|
<fragment |
|
|
|
<fragment |
|
|
|
android:id="@+id/nav_home" |
|
|
|
android:id="@id/n_nav_calendar" |
|
|
|
android:name="cc.niushuai.dididone.ui.home.HomeFragment" |
|
|
|
android:name="cc.niushuai.dididone.ui.home.HomeFragment" |
|
|
|
android:label="@string/menu_home" |
|
|
|
android:label="@string/n_menu_name_calendar" |
|
|
|
tools:layout="@layout/fragment_home" /> |
|
|
|
tools:layout="@layout/fragment_home" /> |
|
|
|
|
|
|
|
|
|
|
|
<fragment |
|
|
|
<fragment |
|
|
|
android:id="@+id/nav_gallery" |
|
|
|
android:id="@id/n_nav_statistic" |
|
|
|
android:name="cc.niushuai.dididone.ui.gallery.GalleryFragment" |
|
|
|
android:name="cc.niushuai.dididone.ui.gallery.GalleryFragment" |
|
|
|
android:label="@string/menu_gallery" |
|
|
|
android:label="@string/n_menu_name_statistic" |
|
|
|
tools:layout="@layout/fragment_gallery" /> |
|
|
|
tools:layout="@layout/fragment_gallery" /> |
|
|
|
|
|
|
|
|
|
|
|
<fragment |
|
|
|
<fragment |
|
|
|
android:id="@+id/nav_slideshow" |
|
|
|
android:id="@id/n_nav_setting" |
|
|
|
android:name="cc.niushuai.dididone.ui.slideshow.SlideshowFragment" |
|
|
|
android:name="cc.niushuai.dididone.ui.slideshow.SlideshowFragment" |
|
|
|
android:label="@string/menu_slideshow" |
|
|
|
android:label="@string/n_menu_name_setting" |
|
|
|
tools:layout="@layout/fragment_slideshow" /> |
|
|
|
tools:layout="@layout/fragment_slideshow" /> |
|
|
|
</navigation> |
|
|
|
</navigation> |