mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 15:35:09 +01:00
797553ce16
Based on 65804ebb3a
16 lines
584 B
XML
16 lines
584 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_web_back"
|
|
android:icon="@drawable/ic_arrow_back_white_24dp"
|
|
android:title="@string/action_webview_back"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/action_web_forward"
|
|
android:icon="@drawable/ic_arrow_forward_white_24dp"
|
|
android:title="@string/action_webview_forward"
|
|
app:showAsAction="ifRoom"
|
|
/>
|
|
</menu> |