2020-02-02 11:15:30 +01:00
|
|
|
<?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">
|
2020-02-24 01:01:30 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_bug_report"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:title="@string/bug_report"
|
2020-02-24 01:01:30 +01:00
|
|
|
android:icon="@drawable/ic_bug_report_white_24dp"
|
|
|
|
app:showAsAction="always"/>
|
|
|
|
|
2020-02-02 11:15:30 +01:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_help"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:title="@string/help"
|
2020-02-02 11:15:30 +01:00
|
|
|
android:icon="@drawable/ic_help_black_24dp"
|
|
|
|
app:showAsAction="always"/>
|
|
|
|
</menu>
|