tangem-app-android-audited/app/src/main/res/layout/dialog_wallet_send.xml
2023-08-14 18:17:00 +08:00

22 lines
No EOL
770 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginBottom="60dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingBottom="16dp"
android:text="@string/wallet_choice_wallet_option_title"
android:textSize="14sp"
android:textStyle="bold" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_amounts_to_send"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>