mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-23 19:51:02 +00:00
10 lines
313 B
XML
10 lines
313 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/action_view_on_anilist"
|
|
android:title="@string/view_on_anilist"
|
|
app:showAsAction="never" />
|
|
|
|
</menu> |