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

41 lines
1.4 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="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
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=""
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017875"/>
<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"/>
<androidx.appcompat.widget.AppCompatButton
id="@+id/next_button"
layout_width="match_parent"
layout_height="48dp"
layout_marginTop="24dp"
layout_marginBottom="16dp"
text="@string/next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>