21 lines
658 B
XML
21 lines
658 B
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="match_parent">
|
||
|
<TextView
|
||
|
background="#f5f3f6"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/hml_operating_bank_account_section"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017849"/>
|
||
|
<GridView
|
||
|
id="@+id/grd_bank_accounts"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
numColumns="3"/>
|
||
|
</LinearLayout>
|