what-the-bank/resources/res/layout/2131559917.xml

50 lines
1.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<ScrollView
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="horizontal"
background="#ffffff"
paddingTop="16dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<com.scb.phone.view.custom.common.ScheduleDate
id="@+id/payment_date"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
id="@+id/disclaimer_text"
background="#f5f3f6"
paddingTop="24dp"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
lineSpacingExtra="4sp"
textAlignment="center"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017674"/>
</LinearLayout>
</ScrollView>
</LinearLayout>