Add: Repositories' fragment into the navigation graph/menu

This commit is contained in:
machiav3lli
2022-01-18 01:53:13 +01:00
parent fe59f50e36
commit 9e9dd0a133
4 changed files with 20 additions and 1 deletions

View File

@ -14,6 +14,11 @@
android:name="com.looker.droidify.ui.fragments.PrefsUpdatesFragment"
tools:layout="@layout/fragment_prefs" />
<fragment
android:id="@+id/reposTab"
android:name="com.looker.droidify.ui.fragments.PrefsRepositoriesFragment"
tools:layout="@layout/fragment_repositories_x" />
<fragment
android:id="@+id/otherTab"
android:name="com.looker.droidify.ui.fragments.PrefsOtherFragment"