mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 22:41:02 +00:00
20 lines
621 B
XML
20 lines
621 B
XML
<?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" />
|
|
|
|
<item
|
|
android:id="@+id/comment"
|
|
android:enabled="true"
|
|
android:icon="@drawable/ic_round_comment_24"
|
|
android:title="@string/comments" />
|
|
</menu> |