24 lines
738 B
XML
24 lines
738 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_gravity="center_horizontal"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/select_bond_list_header"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
textAlignment="center"
|
|
paddingStart="36dp"
|
|
paddingEnd="36dp"
|
|
style="@style/2132017916"/>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|