53 lines
1.9 KiB
XML
53 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<FrameLayout
|
|
id="@+id/fl_divider"
|
|
background="#e4e3e5"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xc="0"
|
|
NOT_FOUND_0xe="0"/>
|
|
<TextView
|
|
id="@+id/tv_tierpricingsimple_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="12dp"
|
|
NOT_FOUND_0xc="0"
|
|
NOT_FOUND_0xe="0"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/tv_tierpricingsimple_promo"
|
|
background="@drawable/green_promo"
|
|
paddingTop="4dp"
|
|
paddingBottom="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_landing_promotion_promo"
|
|
paddingStart="8dp"
|
|
paddingEnd="8dp"
|
|
NOT_FOUND_0xb="@+id/rv_tierpricingsimple_installments"
|
|
NOT_FOUND_0xe="@+id/tv_tierpricingsimple_title"
|
|
style="@style/2132017898"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_tierpricingsimple_installments"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xc="0"
|
|
NOT_FOUND_0xd="@+id/tv_tierpricingsimple_title"/>
|
|
<TextView
|
|
id="@+id/tv_tierpricingsimple_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xc="0"
|
|
NOT_FOUND_0xd="@+id/rv_tierpricingsimple_installments"
|
|
style="@style/2132017873"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|