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

130 lines
5.0 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<ScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true"
layout_below="@+id/toolbar">
<LinearLayout
gravity="center_horizontal"
orientation="vertical"
paddingTop="21dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/vw_space"
layout_width="0dp"
layout_height="0dp"
layout_marginTop="16dp"/>
<TextView
gravity="center"
id="@+id/tv_header"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="18dp"
layout_marginEnd="18dp"
style="@style/2132017969"/>
<ImageView
id="@+id/iv_account"
layout_width="match_parent"
layout_height="178dp"
layout_marginTop="14dp"
scaleType="centerCrop"
adjustViewBounds="true"
contentDescription="@null"/>
<TextView
id="@+id/tv_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="15dp"
layout_marginStart="18dp"
layout_marginEnd="18dp"
style="@style/2132017869"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_add_other_account"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp">
<TextView
gravity="center"
id="@+id/tv_open_other_account_header"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
style="@style/2132017969"/>
<CheckBox
id="@+id/cb_open_other_account"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017855"/>
<TextView
id="@+id/tv_open_other_account_desc"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017869"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_add_other_account_new_design"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="32dp"
layout_marginBottom="16dp">
<TextView
gravity="center"
layout_gravity="center"
id="@+id/tv_open_other_account_header_new_design"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017969"/>
<TextView
id="@+id/tv_open_other_account_desc_new_design"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017863"/>
<CheckBox
gravity="top"
id="@+id/cb_open_other_account_new_design"
paddingTop="6dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017855"/>
</LinearLayout>
<View
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
id="@+id/button_next"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/auto_single_form_next_button"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>
</RelativeLayout>