2020-02-03 23:01:38 -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"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:id="@+id/albumlist_navigation"
|
|
|
|
|
app:startDestination="@id/albumlistFragment">
|
|
|
|
|
|
|
|
|
|
<fragment
|
|
|
|
|
android:id="@+id/albumlistFragment"
|
|
|
|
|
android:name="com.hako.albumlist.feature.AlbumlistFragment"
|
|
|
|
|
tools:layout="@layout/fragment_albumlist"
|
2020-02-05 20:48:42 -03:00
|
|
|
android:label="{actionTitle}">
|
|
|
|
|
<argument
|
|
|
|
|
android:name="actionTitle"
|
|
|
|
|
app:argType="string" />
|
|
|
|
|
</fragment>
|
2020-02-03 23:01:38 -03:00
|
|
|
|
|
|
|
|
</navigation>
|