mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
13 lines
456 B
XML
13 lines
456 B
XML
<?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"
|
|
app:startDestination="@id/photolist_navigation">
|
|
|
|
<include app:graph="@navigation/userlist_navigation" />
|
|
|
|
<include app:graph="@navigation/albumlist_navigation" />
|
|
|
|
<include app:graph="@navigation/photolist_navigation" />
|
|
|
|
</navigation> |