38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
minHeight="261dp">
|
|
<TextView
|
|
textSize="18sp"
|
|
textColor="#353239"
|
|
gravity="center"
|
|
id="@+id/credit_card_billed_error"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="72dp"
|
|
style="@style/2132017923"/>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="72dp"
|
|
layout="@layout/2131559010"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/billed_recycler_view"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<include
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="72dp"
|
|
layout="@layout/2131559307"/>
|
|
<View
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="30dp"/>
|
|
</LinearLayout>
|