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

23 lines
691 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"
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>