2020-02-25 19:40:14 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:id="@+id/nav_library"
|
2020-03-15 11:13:24 -04:00
|
|
|
android:icon="@drawable/ic_collections_bookmark_state"
|
2020-02-25 19:40:14 -05:00
|
|
|
android:title="@string/label_library" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/nav_updates"
|
2020-03-15 11:13:24 -04:00
|
|
|
android:icon="@drawable/ic_new_releases_state"
|
2020-02-25 19:40:14 -05:00
|
|
|
android:title="@string/label_recent_updates" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/nav_history"
|
2020-03-14 14:00:07 -04:00
|
|
|
android:icon="@drawable/ic_history_24dp"
|
2020-02-25 19:40:14 -05:00
|
|
|
android:title="@string/label_recent_manga" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/nav_catalogues"
|
2020-03-15 11:13:24 -04:00
|
|
|
android:icon="@drawable/ic_explore_state"
|
2020-02-25 19:40:14 -05:00
|
|
|
android:title="@string/label_catalogues" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/nav_more"
|
2020-03-14 14:00:07 -04:00
|
|
|
android:icon="@drawable/ic_more_horiz_24dp"
|
2020-02-25 19:40:14 -05:00
|
|
|
android:title="@string/label_more" />
|
|
|
|
</menu>
|