2020-02-01 01:29:26 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-24 02:07:36 -04:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2020-02-01 01:29:26 -08:00
|
|
|
<group android:id="@+id/group_feature">
|
|
|
|
<item
|
|
|
|
android:checked="true"
|
2020-02-10 19:46:32 -08:00
|
|
|
android:id="@+id/nav_library"
|
2020-04-13 23:18:00 -04:00
|
|
|
android:icon="@drawable/ic_library_selector_24dp"
|
2020-04-08 20:32:36 -04:00
|
|
|
android:title="@string/library" />
|
2020-02-01 01:29:26 -08:00
|
|
|
<item
|
2020-02-10 19:46:32 -08:00
|
|
|
android:id="@+id/nav_recents"
|
2020-04-13 23:18:00 -04:00
|
|
|
android:icon="@drawable/ic_recent_read_selector_24dp"
|
2020-04-08 20:32:36 -04:00
|
|
|
android:title="@string/recents" />
|
2020-02-01 01:29:26 -08:00
|
|
|
<item
|
2020-04-13 00:46:01 -04:00
|
|
|
android:id="@+id/nav_browse"
|
2020-04-13 23:18:00 -04:00
|
|
|
android:icon="@drawable/ic_browse_selector_24dp"
|
2020-04-08 20:32:36 -04:00
|
|
|
android:title="@string/browse" />
|
2020-02-01 01:29:26 -08:00
|
|
|
</group>
|
|
|
|
</menu>
|