You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pocketcommunityclient/app/src/main/res/navigation/garbage_navigation.xml

15 lines
668 B

<?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"
android:id="@+id/garbage_navigation"
app:startDestination="@id/garbageSortingFragment">
<fragment
android:id="@+id/garbageSortingFragment"
android:name="com.community.pocket.ui.main.ui.garbage.GarbageSortingFragment"
android:label="GarbageSortingFragment" />
<fragment
android:id="@+id/garbageWasteFragment"
android:name="com.community.pocket.ui.main.ui.garbage.GarbageWasteFragment"
android:label="GarbageWasteFragment" />
</navigation>