Initial commit
This commit is contained in:
commit
21bfbfb139
520 changed files with 47819 additions and 0 deletions
14
app/src/main/res/menu/manga_menu_detail.xml
Normal file
14
app/src/main/res/menu/manga_menu_detail.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/info"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_info_24"
|
||||
android:title="@string/info" />
|
||||
|
||||
<item
|
||||
android:id="@+id/read"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_import_contacts_24"
|
||||
android:title="@string/read" />
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue