44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_layout_custom_error_card_account_summary"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
minHeight="180dp">
|
||
|
<RelativeLayout
|
||
|
gravity="center_vertical"
|
||
|
background="@drawable/bg_white_rounded"
|
||
|
padding="20dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_margin="5dp"
|
||
|
elevation="2dp">
|
||
|
<TextView
|
||
|
id="@+id/error_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/account_summary_error_title"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_alignParentStart="true"
|
||
|
paddingHorizontal="@dimen/2131165499"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
gravity="left"
|
||
|
id="@+id/error_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/account_summary_error_description"
|
||
|
layout_below="@+id/error_title"
|
||
|
paddingHorizontal="@dimen/2131165499"
|
||
|
style="@style/2132017916"/>
|
||
|
<ImageView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="10dp"
|
||
|
src="@drawable/ic_reload_empty_item"
|
||
|
layout_alignParentRight="true"
|
||
|
contentDescription="@null"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
</RelativeLayout>
|
||
|
</LinearLayout>
|