2020-02-02 14:59:33 -03:00
|
|
|
<?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/main_navigation"
|
2020-02-04 21:51:45 -03:00
|
|
|
app:startDestination="@id/photolist_navigation">
|
2020-02-02 14:59:33 -03:00
|
|
|
|
|
|
|
|
<include app:graph="@navigation/userlist_navigation" />
|
|
|
|
|
|
2020-02-03 23:01:38 -03:00
|
|
|
<include app:graph="@navigation/albumlist_navigation" />
|
|
|
|
|
|
2020-02-04 21:51:45 -03:00
|
|
|
<include app:graph="@navigation/photolist_navigation" />
|
|
|
|
|
|
2020-02-02 14:59:33 -03:00
|
|
|
</navigation>
|