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

45 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
minHeight="180dp">
<RelativeLayout
gravity="center_vertical"
background="@drawable/bg_white_rounded"
paddingTop="20dp"
paddingBottom="20dp"
layout_width="match_parent"
layout_height="match_parent"
layout_margin="5dp"
paddingStart="20dp"
paddingEnd="20dp"
elevation="2dp">
<ImageView
id="@+id/icon"
layout_width="60dp"
layout_height="60dp"
layout_marginTop="8dp"
src="@drawable/ic_yellow_warning"
layout_centerHorizontal="true"
contentDescription="@null"/>
<TextView
gravity="center"
id="@+id/error_title"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/account_summary_error_title"
layout_below="@+id/icon"
layout_centerHorizontal="true"
style="@style/2132017851"/>
<TextView
gravity="center"
id="@+id/error_description"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/account_summary_error_description"
layout_below="@+id/error_title"
style="@style/2132017851"/>
</RelativeLayout>
</LinearLayout>