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

27 lines
879 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"
gravity="center_horizontal"
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<RelativeLayout
background="@drawable/prelogin_menu_item_bg"
layout_width="72dp"
layout_height="72dp">
<ImageView
id="@+id/image_icon"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/icon_prelogin_balance"
layout_centerInParent="true"
contentDescription="@null"/>
</RelativeLayout>
<TextView
gravity="center"
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
style="@style/2132017900"/>
</LinearLayout>