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:attr="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/cv_product_catalogue"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x14="3dp">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
animateLayoutChanges="true">
|
|
<RelativeLayout
|
|
id="@+id/cl_expand_button"
|
|
paddingTop="12dp"
|
|
paddingBottom="16dp"
|
|
focusable="true"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
id="@+id/tv_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_kofax_instruction_step_1_header"
|
|
layout_alignParentLeft="true"
|
|
layout_toStartOf="@+id/iv_arrow"
|
|
layout_alignParentStart="true"
|
|
style="@style/2132017970"/>
|
|
<ImageView
|
|
id="@+id/iv_arrow"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/arrow_down"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
layout_alignParentEnd="true"/>
|
|
</RelativeLayout>
|
|
<TextView
|
|
id="@+id/tv_content"
|
|
paddingBottom="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_kofax_instruction_step_1_desc"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017873"/>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|