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

61 lines
2.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/ll_fragment_address"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/text_address_title"
background="#f5f3f6"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/work_address_header"
textAllCaps="true"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<include
id="@+id/custom_spinner"
layout_width="wrap_content"
layout_height="wrap_content"
layout="@layout/2131559360"/>
<include layout="@layout/2131558914"/>
<include layout="@layout/2131558917"/>
<include layout="@layout/2131558916"/>
</LinearLayout>
<TextView
gravity="center"
layout_gravity="center"
id="@+id/tv_remake"
paddingTop="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017844"/>
<androidx.appcompat.widget.AppCompatButton
id="@+id/next_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="16dp"
text="@string/next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>