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

46 lines
1.5 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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_0xe="0"/>
<TextView
gravity="center"
id="@+id/tv_title"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/not_eligible_account_error_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xa="@+id/tv_description"
NOT_FOUND_0xb="0"
NOT_FOUND_0xc="0"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="2"
style="@style/2132017849"/>
<TextView
gravity="center"
id="@+id/tv_description"
paddingTop="3dp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/not_eligible_account_error_description"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x9="0"
NOT_FOUND_0xb="0"
NOT_FOUND_0xc="0"
NOT_FOUND_0xd="@+id/tv_title"
style="@style/2132017916"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x9="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>