Files
AndroidJava/dash-wallet/wallet/res/layout/dashpay_contact_row.xml
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

23 lines
855 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="70dp"
android:layout_marginStart="15dp"
android:layout_marginTop="3dp"
android:layout_marginEnd="15dp"
android:layout_marginBottom="3dp"
android:background="@drawable/selectable_round_corners_white">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/contact_row"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/dashpay_contact_row_content" />
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>