2019-04-02 19:08:43 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-07-15 17:58:27 +03:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2019-04-02 19:08:43 +03:00
|
|
|
|
2019-04-03 17:36:45 +03:00
|
|
|
<item
|
2019-06-27 14:53:19 +03:00
|
|
|
android:id="@+id/menu_home_suggestion"
|
|
|
|
android:icon="@drawable/ic_material_bug_report"
|
|
|
|
android:title="@string/send_suggestion" />
|
2019-04-02 19:08:43 +03:00
|
|
|
|
2019-06-27 15:01:44 +03:00
|
|
|
<item
|
|
|
|
android:id="@+id/menu_home_report_bug"
|
|
|
|
android:icon="@drawable/ic_material_bug_report"
|
|
|
|
android:title="@string/send_bug_report" />
|
|
|
|
|
2019-07-15 17:58:27 +03:00
|
|
|
<item
|
|
|
|
android:id="@+id/menu_home_filter"
|
2020-05-20 19:47:19 +03:00
|
|
|
android:icon="@drawable/ic_search"
|
2019-07-15 17:58:27 +03:00
|
|
|
android:title="@string/home_filter_placeholder_home"
|
|
|
|
app:showAsAction="always" />
|
|
|
|
|
2019-04-02 19:08:43 +03:00
|
|
|
</menu>
|