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

174 lines
7.1 KiB
XML

<?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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/iv_bg_landing"
layout_width="match_parent"
layout_height="wrap_content"
src="?attr/headerBackground"
scaleType="centerCrop"
adjustViewBounds="true"
contentDescription="@null"/>
<LinearLayout
gravity="bottom"
layout_gravity="bottom"
orientation="horizontal"
layout_width="match_parent"
layout_height="match_parent"
layout_marginBottom="16dp">
<com.scb.phone.view.custom.CustomProfileImageView
id="@+id/cus_iv_profile"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="20dp"
NOT_FOUND_0x1f="@integer/2131427331"
NOT_FOUND_0x20="@dimen/2131166597"
NOT_FOUND_0x21="@dimen/2131166596"
NOT_FOUND_0x22="@color/2131100912"
NOT_FOUND_0x23="@array/2130903057"
NOT_FOUND_0x24="@array/2130903058"/>
<RelativeLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent"
layout_marginEnd="24dp">
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_home_welcome_detail"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="@dimen/2131165645"
layout_alignParentBottom="true"
paddingEnd="16dp"
layout_marginStart="20dp"
layout_alignParentStart="true">
<TextView
id="@+id/tv_home_welcome_headline"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content"
style="?attr/landingWelcomeTextStyle"/>
<TextView
ellipsize="end"
id="@+id/tv_home_welcome"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="2dp"
lines="1"
style="?attr/landingNameTextStyle"/>
<TextView
ellipsize="end"
id="@+id/tv_home_city"
visibility="invisible"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="2dp"
lines="1"
drawablePadding="6dp"
style="?attr/landingCityTextStyle"/>
</LinearLayout>
<LinearLayout
orientation="horizontal"
id="@+id/ll_layout_home_insight"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true">
<ImageView
layout_width="15dp"
layout_height="25dp"
layout_marginTop="15dp"
src="@drawable/shape_insight_header_triangle"/>
<RelativeLayout
background="@drawable/shape_insight_header_background"
paddingTop="10dp"
paddingBottom="10dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp">
<TextView
textSize="@dimen/2131165684"
textColor="#353239"
id="@+id/tv_home_welcome_headline_insight"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017985"/>
<TextView
textSize="@dimen/2131165683"
textColor="#353239"
ellipsize="end"
id="@+id/tv_home_welcome_insight"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="2dp"
lines="2"
layout_below="@+id/tv_home_welcome_headline_insight"
style="@style/2132017985"/>
</RelativeLayout>
</LinearLayout>
</RelativeLayout>
</LinearLayout>
<include
visibility="gone"
layout="@layout/2131559376"/>
</FrameLayout>
<LinearLayout
orientation="horizontal"
id="@+id/qr_belt"
background="#ff787878"
visibility="?attr/qrBeltVisibility"
layout_width="match_parent"
layout_height="40dp">
<LinearLayout
gravity="center"
layout_gravity="center"
orientation="horizontal"
id="@+id/qr_belt_scan_button"
layout_width="wrap_content"
layout_height="match_parent"
layout_weight="1">
<TextView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/scan_qr_belt"
drawablePadding="8dp"
drawableStart="@drawable/ic_scan"
layout_marginStart="8dp"
style="@style/2132017900"/>
</LinearLayout>
<ImageView
layout_gravity="center"
id="@+id/divider"
layout_width="wrap_content"
layout_height="match_parent"
src="@drawable/ic_divider"
contentDescription=""/>
<LinearLayout
gravity="center"
layout_gravity="center"
orientation="horizontal"
id="@+id/qr_belt_create_button"
layout_width="wrap_content"
layout_height="match_parent"
layout_weight="1">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/my_qr_belt"
drawablePadding="8dp"
drawableStart="@drawable/ic_qr_code_white"
layout_marginStart="8dp"
style="@style/2132017900"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>