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

220 lines
8.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"
background="#f5f3f6"
scrollbars="vertical"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<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
id="@+id/imv_product_detail"
layout_width="match_parent"
layout_height="wrap_content"
adjustViewBounds="true"
contentDescription="@null"/>
<TextView
id="@+id/txv_product_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<TextView
textSize="21sp"
textColor="#353239"
id="@+id/txv_product_details"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017552"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/item_code_label"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<TextView
textSize="21sp"
textColor="#ff4a4a4a"
id="@+id/txv_product_item_code"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<LinearLayout
orientation="vertical"
id="@+id/reward_tier_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/reward_tier"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<TextView
id="@+id/txv_reward_tier"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/points_per_unit"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<TextView
id="@+id/txv_points_per_unit"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<LinearLayout
orientation="vertical"
id="@+id/points_plus_money_section"
layout_width="match_parent"
layout_height="wrap_content">
<View
id="@+id/points_plus_money_divider"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"/>
<TextView
id="@+id/txv_points_plus_money_per_unit_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/points_plus_money_per_unit"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<TextView
id="@+id/txv_points_plus_money_per_unit"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<TextView
textSize="20sp"
textColor="#959199"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/credit_charge_info"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017552"/>
</LinearLayout>
</LinearLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
id="@+id/unavailable_privilege_text"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/unavailable_privilege_text"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017666"/>
<androidx.legacy.widget.Space
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
id="@+id/btn_continue"
layout_width="match_parent"
layout_marginTop="24dp"
layout_marginBottom="24dp"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
<LinearLayout
gravity="center_vertical"
layout_gravity="center_horizontal"
orientation="horizontal"
id="@+id/view_register_opr"
focusable="true"
visibility="gone"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="24dp">
<Button
textSize="22sp"
textColor="#7631c1"
background="@android:color/transparent"
focusable="false"
clickable="false"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/register_for_opr"
textAllCaps="false"
style="@style/2132017970"/>
<ImageView
focusable="false"
clickable="false"
layout_width="10dp"
layout_height="10dp"
layout_marginTop="2dp"
src="@drawable/chevron_right"
layout_marginStart="16dp"/>
</LinearLayout>
</LinearLayout>
</ScrollView>