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

64 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
id="@+id/layout_container"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_input"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="16dp"
text="@string/credit_limit_header"
textAllCaps="true"
layout_marginStart="16sp"
layout_marginEnd="16sp"
style="@style/2132017919"/>
<com.scb.phone.view.custom.easycash.CustomDeltaSlider
id="@+id/limit_input"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/credit_limit_question"
layout_marginStart="16sp"
layout_marginEnd="16sp"
style="@style/2132017875"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_withholding_tax"
background="#ffffff"
padding="8dp"
visibility="visible"
layout_width="match_parent"
layout_height="96dp"
layout_marginTop="16dp"
NOT_FOUND_0x10="androidx.recyclerview.widget.GridLayoutManager"
NOT_FOUND_0x11="2"/>
<Space
layout_width="wrap_content"
layout_height="0dp"
layout_weight="1"/>
<Button
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/next"
layout_marginStart="16sp"
layout_marginEnd="16sp"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>