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-06-29 14:04:03 +00:00
|
|
|
tools:context="com.habitrpg.android.habitica.MainActivity">
|
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"
|
|
|
|
|
android:title="filter"
|
|
|
|
|
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-06-28 17:02:28 +00:00
|
|
|
android:orderInCategory="103"
|
2015-11-13 22:27:15 +00:00
|
|
|
app:showAsAction="ifRoom"
|
2015-06-28 17:02:28 +00:00
|
|
|
/>
|
|
|
|
|
|
2015-06-20 18:46:04 +00:00
|
|
|
</menu>
|