diff options
Diffstat (limited to 'app/src/main/res/navigation')
| -rw-r--r-- | app/src/main/res/navigation/mobile_navigation.xml | 6 |
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 |
