mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-24 21:12:35 -04:00
19 lines
No EOL
653 B
XML
19 lines
No EOL
653 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_previous_chapter"
|
|
android:title="@string/action_previous_chapter"
|
|
android:icon="@drawable/ic_skip_previous_white_24dp"
|
|
android:visible="false"
|
|
app:showAsAction="always" />
|
|
|
|
<item
|
|
android:id="@+id/action_next_chapter"
|
|
android:title="@string/action_next_chapter"
|
|
android:icon="@drawable/ic_skip_next_white_24dp"
|
|
android:visible="false"
|
|
app:showAsAction="always" />
|
|
|
|
</menu> |