mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-09 17:57:41 +03:00
14 lines
No EOL
443 B
XML
14 lines
No EOL
443 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/menu_home_suggestion"
|
|
android:icon="@drawable/ic_material_bug_report"
|
|
android:title="@string/send_suggestion" />
|
|
|
|
<item
|
|
android:id="@+id/menu_home_report_bug"
|
|
android:icon="@drawable/ic_material_bug_report"
|
|
android:title="@string/send_bug_report" />
|
|
|
|
</menu> |