mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-25 07:01:16 +00:00
9 lines
431 B
XML
9 lines
431 B
XML
<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"
|
|
tools:context="com.habitrpg.android.habitica.ui.activities.MainActivity">
|
|
<item android:id="@+id/action_filter"
|
|
android:icon="@drawable/ic_action_filter_list"
|
|
android:title="@string/filter"
|
|
app:showAsAction="ifRoom" />
|
|
</menu>
|