2015-06-20 18:46:04 +00:00
|
|
|
<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"
|
2015-11-19 15:50:03 +00:00
|
|
|
tools:context="com.habitrpg.android.habitica.TaskActivity">
|
2016-10-20 17:52:32 +00:00
|
|
|
<item android:id="@+id/action_search"
|
2019-08-30 11:25:15 +00:00
|
|
|
android:title="@string/search"
|
|
|
|
|
android:icon="@drawable/ic_search"
|
|
|
|
|
app:showAsAction="collapseActionView|always"
|
|
|
|
|
app:actionLayout="@layout/toolbar_search" />
|
|
|
|
|
|
|
|
|
|
<item android:id="@+id/action_filter"
|
2016-10-20 17:52:32 +00:00
|
|
|
android:icon="@drawable/ic_action_filter_list"
|
|
|
|
|
android:title="@string/filter"
|
2017-04-03 11:29:22 +00:00
|
|
|
app:showAsAction="ifRoom" />
|
2015-06-20 18:46:04 +00:00
|
|
|
</menu>
|