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

99 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/product_card_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
backgroundTint="#ffffff"
NOT_FOUND_0x16="@dimen/2131165339"
NOT_FOUND_0x17="@dimen/2131165409">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
foreground="@drawable/ripple_rounded_purple">
<androidx.constraintlayout.widget.ConstraintLayout
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
id="@+id/imv_product"
layout_width="match_parent"
layout_height="match_parent"
adjustViewBounds="true"/>
<LinearLayout
gravity="center"
orientation="horizontal"
id="@+id/ll_time_limit_layout"
background="@drawable/trapezoid_orange"
visibility="gone"
layout_width="wrap_content"
layout_height="32dp"
layout_marginTop="20dp"
paddingStart="16dp"
paddingEnd="8dp"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1c="0">
<ImageView
layout_gravity="center"
layout_width="22dp"
layout_height="22dp"
layout_margin="4dp"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1c="@+id/imv_product"
NOT_FOUND_0x1d="@drawable/ic_e_coupon_timer"/>
<TextView
textSize="18sp"
textColor="#ffffff"
layout_gravity="center"
id="@+id/txv_time_limit"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="4dp"
layout_marginEnd="4dp"
style="@style/2132017985"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<View style="@style/2132018228"/>
<androidx.constraintlayout.widget.ConstraintLayout
orientation="vertical"
background="@drawable/product_description_bg"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
ellipsize="end"
id="@+id/txv_product_name"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="16dp"
maxLines="3"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1c="0"
style="@style/2132017970"/>
<TextView
textColor="#959199"
id="@+id/txv_item_code"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x19="@+id/txv_product_name"
NOT_FOUND_0x1b="@+id/txv_product_name"
style="@style/2132017658"/>
<TextView
id="@+id/txv_product_points"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="@+id/txv_item_code"
NOT_FOUND_0x1b="@+id/txv_item_code"
style="@style/2132017868"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>