52 lines
1.9 KiB
XML
52 lines
1.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/cv_product_card"
|
|
layout_width="160dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xd="@dimen/2131165342"
|
|
NOT_FOUND_0xe="true">
|
|
<FrameLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_fake"
|
|
paddingTop="110dp"
|
|
visibility="invisible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
lines="3"
|
|
style="@style/2132017868"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_product"
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="85dp"
|
|
scaleType="centerCrop"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
padding="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_header"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
maxLines="2"
|
|
style="@style/2132017868"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/tv_description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
style="@style/2132017846"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
</androidx.cardview.widget.CardView>
|