37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/ltf_container"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="54dp">
|
|
<View
|
|
id="@+id/ltf_line"
|
|
layout_height="24dp"
|
|
layout_marginStart="24dp"
|
|
style="@style/2132018227"/>
|
|
<View
|
|
id="@+id/ltf_dot"
|
|
background="@drawable/shape_txn_item_dot"
|
|
layout_width="8dp"
|
|
layout_height="8dp"
|
|
layout_below="@+id/ltf_line"
|
|
layout_marginStart="20dp"/>
|
|
<View
|
|
id="@+id/ltf_vertical_line_view"
|
|
layout_below="@+id/ltf_dot"
|
|
layout_marginStart="24dp"
|
|
style="@style/2132018227"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/ltf_year"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
lines="1"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
layout_toEndOf="@+id/ltf_dot"
|
|
style="@style/2132017876"/>
|
|
<include layout="@layout/2131559021"/>
|
|
</RelativeLayout>
|