2020-02-26 01:40:14 +01: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 16:13:24 +01:00
|
|
|
android:icon="@drawable/ic_collections_bookmark_state"
|
2020-02-26 01:40:14 +01:00
|
|
|
android:title="@string/label_library" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/nav_updates"
|
2020-03-15 16:13:24 +01:00
|
|
|
android:icon="@drawable/ic_new_releases_state"
|
2020-02-26 01:40:14 +01:00
|
|
|
android:title="@string/label_recent_updates" />
|
|
|
|
<item
|
|
|
|
android:id="@+id/nav_history"
|
2020-03-14 19:00:07 +01:00
|
|
|
android:icon="@drawable/ic_history_24dp"
|
2020-02-26 01:40:14 +01:00
|
|
|
android:title="@string/label_recent_manga" />
|
|
|
|
<item
|
2020-04-28 01:16:46 +02:00
|
|
|
android:id="@+id/nav_browse"
|
2020-03-15 16:13:24 +01:00
|
|
|
android:icon="@drawable/ic_explore_state"
|
2020-04-28 01:16:46 +02:00
|
|
|
android:title="@string/browse" />
|
2020-02-26 01:40:14 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/nav_more"
|
2020-03-14 19:00:07 +01:00
|
|
|
android:icon="@drawable/ic_more_horiz_24dp"
|
2020-02-26 01:40:14 +01:00
|
|
|
android:title="@string/label_more" />
|
|
|
|
</menu>
|