39 lines
1.2 KiB
XML
39 lines
1.2 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"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp">
|
||
|
<Space
|
||
|
id="@+id/sp_space_top"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/layout_custom_simple_item"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
layout_gravity="top"
|
||
|
id="@+id/label_left"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="4dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
gravity="top|right"
|
||
|
id="@+id/label_right"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingEnd="4dp"
|
||
|
style="@style/2132017881"/>
|
||
|
</LinearLayout>
|
||
|
<Space
|
||
|
id="@+id/sp_space_bottom"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"/>
|
||
|
</LinearLayout>
|