forked from GitHub-Mirror/riotX-android
13 lines
482 B
XML
Executable File
13 lines
482 B
XML
Executable File
<?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"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context=".features.rageshake.BugReportActivity">
|
|
|
|
<item
|
|
android:id="@+id/ic_action_send_bug_report"
|
|
android:icon="@drawable/ic_material_send_black"
|
|
android:title="@string/send_bug_report"
|
|
app:showAsAction="always" />
|
|
</menu>
|