32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
layout_marginTop="4dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="8dp"
|
||
|
paddingEnd="8dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_product_catalogue_principal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"
|
||
|
paddingStart="0dp"
|
||
|
paddingEnd="8dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_product_catalogue_interests_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_weight="1"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|