32 lines
1008 B
XML
32 lines
1008 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
id="@+id/top_divider"
|
||
|
background="#c9c6cd"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginStart="16dp"/>
|
||
|
<TextView
|
||
|
id="@+id/text_view"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
lineSpacingExtra="4sp"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<View
|
||
|
id="@+id/bottom_divider"
|
||
|
background="#c9c6cd"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"
|
||
|
layout_marginStart="16dp"/>
|
||
|
</LinearLayout>
|
||
|
</merge>
|