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/forum_navigation.xml

29 lines
1.3 KiB

<?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/forum_navigation"
app:startDestination="@id/forumHotFragment"
tools:ignore="UnusedNavigation">
<fragment
android:id="@+id/forumHotFragment"
android:name="com.community.pocket.ui.main.ui.forum.hot.ForumHotFragment"
android:label="forum_hot_fragment"
tools:layout="@layout/forum_hot_fragment" />
<fragment
android:id="@+id/forumNewFragment"
android:name="com.community.pocket.ui.main.ui.forum.news.ForumNewFragment"
android:label="forum_new_fragment"
tools:layout="@layout/forum_new_fragment" />
<fragment
android:id="@+id/forumPostFragment"
android:name="com.community.pocket.ui.main.ui.forum.post.ForumPostFragment"
android:label="forum_post_fragment"
tools:layout="@layout/forum_post_fragment" />
<fragment
android:id="@+id/forumMyFragment"
android:name="com.community.pocket.ui.main.ui.forum.my.ForumMyFragment"
android:label="forum_my_fragment"
tools:layout="@layout/forum_my_fragment" />
</navigation>