forked from shihaam/thijooree
add support for PayMV QR scan
This commit is contained in:
@@ -81,6 +81,15 @@
|
||||
app:icon="@drawable/ic_contacts"
|
||||
android:contentDescription="@string/transfer_pick_contact" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btnScanQr"
|
||||
style="@style/Widget.Material3.Button.IconButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
app:icon="@drawable/ic_qr_scan"
|
||||
android:contentDescription="@string/transfer_scan_qr" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<!-- Confirmed account info card (shown after successful lookup) -->
|
||||
|
||||
Reference in New Issue
Block a user