create module and implement it

This commit is contained in:
Carlos Martinez
2020-02-04 21:51:45 -03:00
parent 885978495e
commit c1efba5d63
31 changed files with 421 additions and 58 deletions

View File

@@ -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>