59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/rl_refresh_layout"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x13="0"/>
|
|
<TextView
|
|
id="@+id/tv_title"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/banking_select_agent_error_title"
|
|
paddingStart="16dp"
|
|
paddingEnd="0dp"
|
|
NOT_FOUND_0xe="@+id/tv_description"
|
|
NOT_FOUND_0x10="@+id/iv_refresh"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="2"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
id="@+id/tv_description"
|
|
paddingTop="4dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/banking_select_agent_error_description"
|
|
paddingStart="16dp"
|
|
paddingEnd="0dp"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="@+id/tv_title"
|
|
style="@style/2132017916"/>
|
|
<ImageView
|
|
id="@+id/iv_refresh"
|
|
padding="10dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/ic_reload_empty_item"
|
|
layout_alignParentRight="true"
|
|
layout_centerVertical="true"
|
|
layout_alignParentEnd="true"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x13="0"/>
|
|
<View
|
|
background="@drawable/ripple_purple"
|
|
layout_width="match_parent"
|
|
layout_height="100dp"/>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0xd="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|