bitsy-wallet/app/src/main/res/menu/menu_merchants.xml

11 lines
No EOL
347 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_filter"
android:icon="@drawable/ic_more_vert"
android:title="@string/title_filter"
app:showAsAction="always"/>
</menu>