PacktPublishing / How-to-Build-Android-Apps-with-Kotlin

A hands-on guide to developing, testing, and publishing your first apps with Android
MIT License
102 stars 71 forks source link

mobile_navigation.xml nav_bin fragment has the wrong tools: layout name #46

Open mpatchett54 opened 2 years ago

mpatchett54 commented 2 years ago

See the code below:

<fragment
    android:id="@+id/nav_bin"
    android:name="com.example.navigationdrawer.BinFragment"
    android:label="@string/bin"
    tools:layout="@layout/**fragment_archive**" />