27 lines
879 B
XML
27 lines
879 B
XML
|
<?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>
|