17 lines
615 B
Plaintext
17 lines
615 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item
|
||
|
android:id="@+id/navigation_home"
|
||
|
android:icon="@drawable/ic_mood_black_24dp"
|
||
|
android:title="@string/title_on_shelf" />
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/navigation_dashboard"
|
||
|
android:icon="@drawable/ic_sentiment_very_satisfied_black_24dp"
|
||
|
android:title="@string/title_read" />
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/navigation_notifications"
|
||
|
android:icon="@drawable/ic_move_to_inbox_black_24dp"
|
||
|
android:title="@string/title_download" />
|
||
|
</menu>
|