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

180 lines
7.4 KiB
XML

<?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/iv_e_coupon_detail_cover"
layout_width="match_parent"
layout_height="wrap_content"
adjustViewBounds="true"
contentDescription="@null"/>
<View style="@style/2132018228"/>
<RelativeLayout
gravity="center"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start|center_vertical"
id="@+id/tv_e_coupon_detail_availability_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/e_coupon_detail_available_title"
layout_alignTop="@+id/tv_e_coupon_detail_availability"
layout_alignBottom="@+id/tv_e_coupon_detail_availability"
layout_marginStart="16dp"
layout_toStartOf="@+id/tv_e_coupon_detail_availability"
layout_alignParentStart="true"
style="@style/2132017849"/>
<TextView
gravity="end|center_vertical"
id="@+id/tv_e_coupon_detail_availability"
layout_width="wrap_content"
layout_height="32dp"
layout_marginTop="8dp"
layout_marginBottom="8dp"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
style="@style/2132017880"/>
</RelativeLayout>
<View style="@style/2132018228"/>
<TextView
id="@+id/tv_e_coupon_detail_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017875"/>
<TextView
id="@+id/tv_e_coupon_detail_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017548"/>
<View style="@style/2132018229"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/e_coupon_detail_validity_title_use_within"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<TextView
id="@+id/tv_e_coupon_detail_validity_date"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017548"/>
<View style="@style/2132018229"/>
<LinearLayout
orientation="vertical"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textSize="20sp"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/e_coupon_detail_point_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<TextView
textSize="22sp"
id="@+id/tv_e_coupon_detail_point"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017880"/>
<TextView
textColor="#f05f61"
id="@+id/tv_e_coupon_detail_point_warning"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017548"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_e_coupon_detail_condition_layout"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content">
<View style="@style/2132018229"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/e_coupon_detail_condition_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017923"/>
<TextView
id="@+id/tv_e_coupon_detail_condition"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017548"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_e_coupon_detail_warning_time_section"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<View style="@style/2132018229"/>
<TextView
textColor="#f05f61"
id="@+id/tv_e_coupon_detail_warning_time"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017548"/>
</LinearLayout>
</LinearLayout>
<View style="@style/2132018228"/>
<androidx.legacy.widget.Space
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
id="@+id/bt_e_coupon_detail_next"
layout_width="match_parent"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/next_button"
textAllCaps="false"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</LinearLayout>
</ScrollView>