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

90 lines
3.4 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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
id="@+id/scroll_view"
layout_width="match_parent"
layout_height="wrap_content"
fillViewport="true"
layout_above="@+id/btn_read"
layout_alignParentTop="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
gravity="center_vertical"
orientation="horizontal"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/etb_product_catalog_header"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017849"/>
</LinearLayout>
<View
background="#e4e3e5"
layout_width="match_parent"
layout_height="1dp"/>
<RelativeLayout
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/etb_product_catalog_description_1"
style="@style/2132017676"/>
</RelativeLayout>
<View
background="#e4e3e5"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
gravity="center_horizontal"
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/etb_product_catalog_description_2"
layout_marginStart="48dp"
layout_marginEnd="48dp"
style="@style/2132017676"/>
<TextView
gravity="center_horizontal"
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/etb_product_catalog_description_3"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017676"/>
<TextView
gravity="center_horizontal"
layout_gravity="center_horizontal"
id="@+id/scb_link"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/etb_product_catalog_link_label"
style="@style/2132017678"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<Button
id="@+id/btn_read"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/etb_product_catalog_read_market_conduct"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>