mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 05:49:17 +01:00
7b7222428c
Also added empty view in browse sources to retry or open in webview
16 lines
528 B
XML
16 lines
528 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_bug_report"
|
|
android:title="@string/bug_report"
|
|
android:icon="@drawable/ic_bug_report_white_24dp"
|
|
app:showAsAction="always"/>
|
|
|
|
<item
|
|
android:id="@+id/action_help"
|
|
android:title="@string/help"
|
|
android:icon="@drawable/ic_help_24dp"
|
|
app:showAsAction="always"/>
|
|
</menu> |