mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-02-01 06:31:02 +00:00
Initial commit
This commit is contained in:
17
app/src/main/res/menu/bottom_navbar_menu.xml
Normal file
17
app/src/main/res/menu/bottom_navbar_menu.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user