mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 10:56:54 -04:00
create module and implement it
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/main_navigation"
|
||||
app:startDestination="@id/userlist_navigation">
|
||||
app:startDestination="@id/photolist_navigation">
|
||||
|
||||
<include app:graph="@navigation/userlist_navigation" />
|
||||
|
||||
<include app:graph="@navigation/albumlist_navigation" />
|
||||
|
||||
<include app:graph="@navigation/photolist_navigation" />
|
||||
|
||||
</navigation>
|
||||
Reference in New Issue
Block a user