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

88 lines
3.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="center"
id="@+id/title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/taking_photo_details_header"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x11="0"
style="@style/2132017931"/>
<ImageView
id="@+id/thumbnail"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
adjustViewBounds="true"
layout_marginStart="36dp"
layout_marginEnd="36dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/title"/>
<com.scb.phone.view.custom.common.ThaiTextView
id="@+id/header_text"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="10dp"
NOT_FOUND_0xe="@+id/thumbnail"
NOT_FOUND_0xf="@+id/thumbnail"
NOT_FOUND_0x10="@+id/thumbnail"
style="@style/2132017923"/>
<com.scb.phone.view.custom.common.ThaiTextView
id="@+id/description_text"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="10dp"
NOT_FOUND_0xe="@+id/thumbnail"
NOT_FOUND_0xf="@+id/thumbnail"
NOT_FOUND_0x10="@+id/header_text"
style="@style/2132017923"/>
<com.scb.phone.view.custom.common.ThaiTextView
id="@+id/details_title_list_text"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/taking_photo_details_good_to_know"
NOT_FOUND_0xe="@+id/thumbnail"
NOT_FOUND_0xf="@+id/thumbnail"
NOT_FOUND_0x10="@+id/description_text"
style="@style/2132017970"/>
<LinearLayout
orientation="vertical"
id="@+id/details_list"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="@+id/thumbnail"
NOT_FOUND_0x10="@+id/details_title_list_text"/>
<Button
id="@+id/next_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="24dp"
text="@string/taking_photo_details_get_started_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xd="0"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="@+id/details_list"
NOT_FOUND_0x12="1"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>