implement back button navigation and toolbar labeling

This commit is contained in:
Carlos Martinez
2020-02-05 20:48:42 -03:00
parent a0aad48a69
commit bb6613eb35
8 changed files with 36 additions and 10 deletions

View File

@@ -9,6 +9,10 @@
android:id="@+id/albumlistFragment"
android:name="com.hako.albumlist.feature.AlbumlistFragment"
tools:layout="@layout/fragment_albumlist"
android:label="AlbumlistFragment" />
android:label="{actionTitle}">
<argument
android:name="actionTitle"
app:argType="string" />
</fragment>
</navigation>