app-mobile/app/src/main/res/menu/menu_select_wallet.xml
GME 389886f3c6 Update : Wallet
Added Wallet in app mobile, still work todo
2019-04-09 22:18:07 +02:00

11 lines
420 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="monnethic.mobile.wallet.SelectWalletActivity">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="never" />
</menu>