45 lines
1.8 KiB
XML
45 lines
1.8 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_sub_product_card"
|
|
background="#736e78"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="8dp"
|
|
NOT_FOUND_0xf="@dimen/2131165342">
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
id="@+id/iv_sub_product"
|
|
layout_width="match_parent"
|
|
layout_height="@dimen/2131166572"
|
|
src="#736e78"/>
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_card_desc"
|
|
layout_width="match_parent"
|
|
layout_height="120dp"
|
|
layout_marginTop="4dp"
|
|
layout_marginBottom="8dp"
|
|
layout_marginHorizontal="@dimen/2131165477">
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
textSize="20sp"
|
|
textStyle="bold"
|
|
textColor="#353239"
|
|
ellipsize="end"
|
|
id="@+id/tv_header"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"/>
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
textAppearance="@style/2132017701"
|
|
textColor="#736e78"
|
|
ellipsize="end"
|
|
id="@+id/tv_description"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"/>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
</androidx.cardview.widget.CardView>
|