forked from GitHub-Mirror/riotX-android
Rename app
to vector
This commit is contained in:
12
vector/src/main/res/menu/bug_report.xml
Executable file
12
vector/src/main/res/menu/bug_report.xml
Executable file
@ -0,0 +1,12 @@
|
||||
<?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="org.matrix.vector.activity.RoomActivity">
|
||||
|
||||
<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>
|
Reference in New Issue
Block a user