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

384 lines
18 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
gravity="center_horizontal"
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/mw_shop_success_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017938"/>
<TextView
layout_gravity="center"
id="@+id/tv_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017664"/>
<View
layout_marginTop="16dp"
style="@style/2132018228"/>
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/image_shop_cover"
layout_width="0dp"
layout_height="0dp"
NOT_FOUND_0x27="H,2.5:1"
NOT_FOUND_0x28="0"
NOT_FOUND_0x29="0"
NOT_FOUND_0x2a="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
gravity="center"
id="@+id/ll_add_shop_cover_container"
background="#f5f3f6"
visibility="gone"
layout_width="match_parent"
layout_height="150dp">
<ImageView
layout_gravity="center"
id="@+id/iv_add_shop_cover"
layout_width="48dp"
layout_height="48dp"
layout_marginTop="8dp"
layout_marginBottom="8dp"
src="@drawable/ic_shop_add_cover"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x26="@+id/tv_add_shop_cover"
NOT_FOUND_0x28="0"
NOT_FOUND_0x29="0"
NOT_FOUND_0x2a="0"/>
<TextView
gravity="center"
id="@+id/tv_add_shop_cover"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
layout_marginBottom="8dp"
text="@string/mw_landing_add_shop_cover"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0x25="0"
NOT_FOUND_0x28="0"
NOT_FOUND_0x29="0"
style="@style/2132017546"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/mw_shop_success_mea_manee_title"
style="@style/2132017835"/>
<Button
layout_gravity="center_horizontal"
id="@+id/create_nickname_button"
padding="8dp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/mw_shop_success_mea_manee_nickname"
drawableStart="@drawable/ic_edit"
style="@style/2132017536"/>
<LinearLayout
orientation="vertical"
id="@+id/layout_edit_nickname"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content">
<FrameLayout
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1">
<EditText
theme="@style/2132017488"
textColorHint="#959199"
id="@+id/nickname_edit_text"
background="@drawable/bg_search_input_light_gray"
paddingTop="8dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="45dp"
hint="@string/account_management_nickname_placeholder"
maxLines="1"
maxLength="20"
inputType="text"
paddingStart="16dp"
paddingEnd="16dp"/>
<ImageButton
layout_gravity="center"
id="@+id/nickname_edit_clear"
background="@drawable/ic_cross_circle"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginEnd="8dp"/>
</FrameLayout>
<Button
layout_gravity="center_horizontal"
id="@+id/done_nickname_button"
layout_width="wrap_content"
layout_height="45dp"
text="@string/done"
layout_marginStart="8dp"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
<RelativeLayout
id="@+id/layout_have_nickname"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<ImageButton
id="@+id/view_left_line"
background="@null"
padding="8dp"
visibility="invisible"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_edit"
layout_alignParentLeft="true"/>
<TextView
gravity="center"
id="@+id/text_wallet_nickname"
layout_width="match_parent"
layout_height="wrap_content"
text="Plan"
maxLines="1"
layout_centerInParent="true"
layout_toStartOf="@+id/edit_nickname_button"
layout_toEndOf="@+id/view_left_line"
style="@style/2132017925"/>
<ImageButton
id="@+id/edit_nickname_button"
background="@null"
padding="8dp"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_edit"
layout_alignParentRight="true"/>
</RelativeLayout>
<LinearLayout
gravity="center"
layout_gravity="center_horizontal"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp">
<ImageView
layout_width="35dp"
layout_height="35dp"
src="@drawable/ic_shop_wallet"/>
<TextView
id="@+id/wallet_number_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="014001234567890"
layout_marginStart="8dp"
style="@style/2132017890"/>
</LinearLayout>
<LinearLayout
gravity="center"
layout_gravity="center_horizontal"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mw_shop_success_receive_title"
textAllCaps="true"
style="@style/2132017923"/>
<TextView
gravity="center"
id="@+id/linked_account_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="MS. Ratchaneeporn Thaipanich"
style="@style/2132017835"/>
<LinearLayout
gravity="center"
layout_gravity="center_horizontal"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
layout_width="35dp"
layout_height="35dp"
src="@drawable/ic_account_summary"/>
<TextView
id="@+id/account_number_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="xxx-x-xxxx627-3"
layout_marginStart="8dp"
style="@style/2132017890"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
gravity="center"
layout_gravity="center_horizontal"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mw_shop_success_shop_owner_title"
textAllCaps="true"
style="@style/2132017923"/>
<TextView
gravity="center"
id="@+id/owner_name_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="Ratchaneeporn Manee Thaipanich"
style="@style/2132017835"/>
</LinearLayout>
<LinearLayout
gravity="center"
layout_gravity="center_horizontal"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mw_shop_success_shop_name_title"
textAllCaps="true"
style="@style/2132017923"/>
<TextView
gravity="center"
id="@+id/shop_name_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="น้ำหวานคุณเพลิน"
style="@style/2132017835"/>
</LinearLayout>
<LinearLayout
gravity="center"
layout_gravity="center_horizontal"
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp">
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/mw_shop_success_shop_type_title"
textAllCaps="true"
style="@style/2132017923"/>
<TextView
gravity="center"
id="@+id/shop_type_text"
layout_width="wrap_content"
layout_height="wrap_content"
text="Online"
style="@style/2132017835"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<View style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/mw_shop_success_remark"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017920"/>
<ImageView
id="@+id/iv_gmb_banner"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
adjustViewBounds="true"
contentDescription="@null"/>
<Button
id="@+id/btn_gmb_activate_account"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="8dp"
text="@string/auto_maemanee_gmb_entrace_open_gmb_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
<Button
id="@+id/btn_gmb_get_started"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
<Button
id="@+id/btn_get_started"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/next"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>