ReisaEyeAnd

This commit is contained in:
2025-08-07 02:20:48 +08:00
commit 9019d31e63
63 changed files with 1251 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
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">
<fragment
android:id="@+id/nav_home"
android:name="org.ast.reisa.ui.home.HomeFragment"
android:label="@string/menu_home"
tools:layout="@layout/fragment_home"/>
<fragment
android:id="@+id/nav_gallery"
android:name="org.ast.reisa.ui.gallery.GalleryFragment"
android:label="@string/menu_gallery"
tools:layout="@layout/fragment_gallery"/>
<fragment
android:id="@+id/nav_slideshow"
android:name="org.ast.reisa.ui.slideshow.SlideshowFragment"
android:label="@string/menu_slideshow"
tools:layout="@layout/fragment_slideshow"/>
</navigation>