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

100 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
orientation="vertical"
id="@+id/ll_layout_purpose_loan"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x14="@string/purpose_loan_title"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_label_purpose_loan"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/purpose_loan_header"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017876"/>
<androidx.constraintlayout.widget.ConstraintLayout
layout_gravity="left"
id="@+id/cs_layout_purpose_loan"
background="@drawable/bg_spinner"
padding="5dp"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="8dp"
layout_marginHorizontal="@dimen/2131165433">
<Spinner
id="@+id/spn_purpose_loan"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
spinnerMode="dropdown"
paddingEnd="24dp"
layout_marginStart="9dp"
layout_marginEnd="8dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="0"
style="@style/2132017925"/>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_marginEnd="8dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_business_type"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_label_business_type"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/business_type_header"
layout_marginHorizontal="@dimen/2131165433"
style="@style/2132017876"/>
<androidx.constraintlayout.widget.ConstraintLayout
layout_gravity="left"
background="@drawable/bg_spinner"
padding="5dp"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="8dp"
layout_marginHorizontal="@dimen/2131165433">
<Spinner
id="@+id/spn_business_type"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
spinnerMode="dropdown"
paddingEnd="24dp"
layout_marginStart="9dp"
layout_marginEnd="8dp"
style="@style/2132017925"/>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_marginEnd="8dp"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>