mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-24 12:01:01 +00:00
17 lines
530 B
XML
17 lines
530 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/anime"
|
|
android:icon="@drawable/ic_round_movie_filter_24"
|
|
android:title="@string/anime" />
|
|
|
|
<item
|
|
android:id="@+id/home"
|
|
android:icon="@drawable/ic_round_home_24"
|
|
android:title="@string/home" />
|
|
|
|
<item
|
|
android:id="@+id/manga"
|
|
android:icon="@drawable/ic_round_import_contacts_24"
|
|
android:title="@string/manga" />
|
|
</menu> |