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">
|
2015-06-20 18:46:04 +00:00
|
|
|
|
|
|
|
|
<!-- Search, should appear as action button -->
|
|
|
|
|
<item android:id="@+id/action_search"
|
|
|
|
|
android:icon="@drawable/ic_action_filter_list"
|
2015-11-19 20:38:21 +00:00
|
|
|
android:title="@string/filter"
|
2015-06-20 18:46:04 +00:00
|
|
|
app:showAsAction="ifRoom" />
|
2015-06-28 17:02:28 +00:00
|
|
|
|
|
|
|
|
<item
|
2015-08-26 18:02:01 +00:00
|
|
|
android:id="@+id/action_reload"
|
2015-11-13 22:27:15 +00:00
|
|
|
android:icon="@drawable/ic_refresh_white"
|
2015-11-19 20:38:21 +00:00
|
|
|
android:title="@string/action_refresh"
|
2015-06-28 17:02:28 +00:00
|
|
|
android:orderInCategory="103"
|
2015-11-13 22:27:15 +00:00
|
|
|
app:showAsAction="ifRoom"
|
2015-11-25 13:04:18 +00:00
|
|
|
android:actionViewClass="android.widget.ImageButton"
|
2015-06-28 17:02:28 +00:00
|
|
|
/>
|
|
|
|
|
|
2015-06-20 18:46:04 +00:00
|
|
|
</menu>
|