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,6 @@
android:id="@+id/photolistFragment"
android:name="com.hako.photolist.feature.PhotolistFragment"
tools:layout="@layout/fragment_photolist"
android:label="PhotolistFragment" />
android:label="Photos" />
</navigation>