what-the-bank/resources/res/layout/2131559073.xml

24 lines
738 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>