mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 02:51:02 +00:00
10 lines
414 B
XML
10 lines
414 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="ani.dantotsu.media.MediaDetailsActivity">
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:title="@string/action_settings"
|
|
app:showAsAction="never" />
|
|
</menu> |