14 lines
499 B
XML
14 lines
499 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:focusable="true"
|
|
android:clickable="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingStart="@dimen/zo"
|
|
android:paddingEnd="@dimen/zm">
|
|
<com.stripe.android.view.MaskedCardView
|
|
android:id="@+id/uj"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/zn"/>
|
|
</FrameLayout>
|