<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:gravity="center"
    android:padding="16dp"
    android:background="@drawable/bg_payment_card"
    android:layout_margin="8dp">

    <ImageView
        android:id="@+id/optionIcon"
        android:layout_width="40dp"
        android:layout_height="40dp"
        android:layout_marginBottom="8dp" />

    <TextView
        android:id="@+id/optionLabel"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textColor="@color/softpos_card_text"
        android:textSize="13sp"
        android:fontFamily="@font/dm_sans"
        android:gravity="center"
        android:textAlignment="center" />

</LinearLayout>
