44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<?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="de.jg_cody.Teraplex.ui.home.HomeFragment"
|
|
android:label="@string/menu_home"
|
|
tools:layout="@layout/fragment_home" />
|
|
|
|
<fragment
|
|
android:id="@+id/nav_terminal"
|
|
android:name="de.jg_cody.Teraplex.ui.Terminal.TerminalFragment"
|
|
android:label="@string/menu_konsole"
|
|
tools:layout="@layout/fragment_terminal" />
|
|
|
|
<fragment
|
|
android:id="@+id/nav_einstellungen"
|
|
android:name="de.jg_cody.Teraplex.ui.Einstellungen.EinstellungenFragment"
|
|
android:label="@string/menu_settings"
|
|
tools:layout="@layout/fragment_einstellungen" />
|
|
|
|
<fragment
|
|
android:id="@+id/nav_zeitsteuerung"
|
|
android:name="de.jg_cody.Teraplex.ui.zeitsteuerung.ZeitsteuerungFragment"
|
|
android:label="@string/menu_zeitsteuerung"
|
|
tools:layout="@layout/fragment_zeitsteuerung" />
|
|
|
|
<fragment
|
|
android:id="@+id/nav_tabs"
|
|
android:name="de.jg_cody.Teraplex.ui.Tabs.TabsFragment"
|
|
android:label="@string/menu_tabs"
|
|
tools:layout="@layout/fragment_tabs" />
|
|
|
|
<fragment
|
|
android:id="@+id/nav_über"
|
|
android:name="de.jg_cody.Teraplex.ui.Credits.CreditsFragment"
|
|
android:label="@string/menu_about"
|
|
tools:layout="@layout/fragment_credits" />
|
|
</navigation> |