46 lines
1.4 KiB
XML
46 lines
1.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<Space
|
||
|
id="@+id/sp_space_top"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"/>
|
||
|
<TextView
|
||
|
id="@+id/title_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
<TextView
|
||
|
id="@+id/description_text_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<Space
|
||
|
id="@+id/sp_space_bottom"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="16dp"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
id="@+id/divider_space"
|
||
|
layout_width="16dp"
|
||
|
layout_height="1dp"/>
|
||
|
<View
|
||
|
id="@+id/divider"
|
||
|
background="#eae7ec"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|