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

31 lines
1.2 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_no_selected_account"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_no_selected_account_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/idp_no_selected_account_title"
layout_marginStart="16dp"
NOT_FOUND_0xa="@+id/tv_no_selected_account_description"
NOT_FOUND_0xb="0"
NOT_FOUND_0xd="0"
style="@style/2132017876"/>
<TextView
id="@+id/tv_no_selected_account_description"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
text="@string/idp_no_selected_account_description"
NOT_FOUND_0x9="0"
NOT_FOUND_0xb="@+id/tv_no_selected_account_title"
NOT_FOUND_0xc="@+id/tv_no_selected_account_title"
style="@style/2132017846"/>
</androidx.constraintlayout.widget.ConstraintLayout>