40 lines
1.4 KiB
XML
40 lines
1.4 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/layout_generic_error_eligible_account"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="80dp">
|
||
|
<TextView
|
||
|
id="@+id/tv_error_account_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/error_point_title"
|
||
|
layout_marginStart="16dp"
|
||
|
NOT_FOUND_0xc="@+id/tv_error_account_description"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
style="@style/2132017876"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_error_account_description"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginBottom="16dp"
|
||
|
text="@string/error_point_description"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xe="@+id/tv_error_account_title"
|
||
|
NOT_FOUND_0xf="@+id/tv_error_account_title"
|
||
|
style="@style/2132017846"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_reload_account"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/ic_reload_empty_item"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
NOT_FOUND_0xd="0"
|
||
|
NOT_FOUND_0x10="0"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|