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

104 lines
4.0 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"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<RelativeLayout
orientation="vertical"
id="@+id/layout_header"
layout_width="match_parent"
layout_height="match_parent">
<androidx.appcompat.widget.AppCompatImageView
id="@+id/image_placeholder"
layout_width="match_parent"
layout_height="wrap_content"
scaleType="fitXY"
adjustViewBounds="true"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="0"/>
<TextView
id="@+id/tv_label_description"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/image_placeholder"
style="@style/2132017920"/>
<View
id="@+id/v_divider_description"
background="#66c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_below="@+id/tv_label_description"/>
<WebView
id="@+id/webview"
padding="16dp"
scrollbars="none"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/v_divider_description"/>
<View
id="@+id/v_divider_webview"
background="#66c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_below="@+id/webview"/>
<LinearLayout
orientation="vertical"
id="@+id/v_privacy_notice"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/v_divider_webview"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_trapezoid_label"
layout_width="wrap_content"
layout_height="32dp"
layout_marginBottom="-14dp"
layout_alignBottom="@+id/image_placeholder"
layout_marginStart="-2dp"
elevation="4dp">
<ImageView
id="@+id/iv_ribbon_background"
background="@drawable/easycash_trapezoid"
layout_width="match_parent"
layout_height="match_parent"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="0"/>
<TextView
textStyle="bold"
id="@+id/tv_ribbon_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_centerInParent="true"
paddingStart="8dp"
paddingEnd="24dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="0"
style="@style/2132017897"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<Button
id="@+id/btn_apply_now"
layout_width="match_parent"
text="@string/easycash_introduction_apply_now"
style="@style/2132017576"/>
</LinearLayout>
</LinearLayout>