23 lines
691 B
XML
23 lines
691 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/img_bank_icon"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="100dp"
|
||
|
layout_height="100dp"
|
||
|
cropToPadding="true"
|
||
|
textAllCaps="true"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_bank_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
style="@style/2132017846"/>
|
||
|
</LinearLayout>
|