summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/navigation
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-09-22 20:25:19 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-09-22 20:25:19 +0200
commitd191a1cfc5ec76fd9985a0878b42775dbe1eddf8 (patch)
treef93cb7fb6de2abc9f178987f081865ce43aed0d9 /app/src/main/res/navigation
parent36703c46b11a2300cdbba219628fc63be5bde7c3 (diff)
downloadlector-de-codi-d191a1cfc5ec76fd9985a0878b42775dbe1eddf8.tar.gz
lector-de-codi-d191a1cfc5ec76fd9985a0878b42775dbe1eddf8.tar.zst
lector-de-codi-d191a1cfc5ec76fd9985a0878b42775dbe1eddf8.zip
All / settings logic
Diffstat (limited to 'app/src/main/res/navigation')
-rw-r--r--app/src/main/res/navigation/mobile_navigation.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/navigation/mobile_navigation.xml b/app/src/main/res/navigation/mobile_navigation.xml
index 23328c9..86c8cd6 100644
--- a/app/src/main/res/navigation/mobile_navigation.xml
+++ b/app/src/main/res/navigation/mobile_navigation.xml
@@ -22,4 +22,10 @@
android:name="com.jopek.lectordecodi.ui.qrcode_gen.QRCodeGenFragment"
android:label="@string/menu_qrcode_gen"
tools:layout="@layout/fragment_qrcode_gen" />
+
+ <fragment
+ android:id="@+id/nav_settings"
+ android:name="com.jopek.lectordecodi.ui.settings.SettingsFragment"
+ android:label="@string/menu_settings"
+ tools:layout="@layout/fragment_qrcode_gen" />
</navigation> \ No newline at end of file