99 lines
3.6 KiB
XML
99 lines
3.6 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/privilege_item_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x16="4dp">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
gravity="center_vertical"
|
|
background="@drawable/bg_white_rounded"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="4dp"
|
|
foreground="@drawable/ripple_rounded_4_purple"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
id="@+id/tier_image"
|
|
padding="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
src="@drawable/placeholder_tier_primary"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1b="0"
|
|
NOT_FOUND_0x1c="@color/2131099717"/>
|
|
<TextView
|
|
id="@+id/tier_reward_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/tier_image"
|
|
style="@style/2132017974"/>
|
|
<TextView
|
|
id="@+id/tier_range"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/tier_reward_label"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
id="@+id/divider"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/tier_range"
|
|
style="@style/2132018228"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="horizontal"
|
|
id="@+id/redeem_layout"
|
|
paddingTop="8dp"
|
|
paddingBottom="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x17="0"
|
|
NOT_FOUND_0x1a="@+id/divider">
|
|
<TextView
|
|
id="@+id/expiry_date"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
textSize="@dimen/2131166530"
|
|
id="@+id/btn_redeem_button"
|
|
background="#00000000"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/redeem_label"
|
|
textAllCaps="false"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017971"/>
|
|
</LinearLayout>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/redeem_earlier_privilege"
|
|
visibility="visible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/redeem_earlier_privilege"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x17="0"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/divider"
|
|
style="@style/2132017849"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.cardview.widget.CardView>
|