Files
AndroidJava/dash-wallet/wallet/res/menu-v21/sending_addresses_fragment_options.xml
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

16 lines
667 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/sending_addresses_options_paste"
android:icon="@drawable/ic_content_paste_white_24dp"
android:showAsAction="always|withText"
android:title="@string/address_book_options_paste_from_clipboard_title"
android:titleCondensed="@string/button_paste"/>
<item
android:id="@+id/sending_addresses_options_scan"
android:icon="@drawable/ic_photo_camera_white_24dp"
android:showAsAction="always|withText"
android:title="@string/address_book_options_scan_title"/>
</menu>