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

83 lines
3.0 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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/root_view_successful"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0">
<LinearLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x11="0"
NOT_FOUND_0x14="0"/>
<ImageView
id="@+id/iv_icon"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
src="@drawable/ic_check_circle_black_48dp"
contentDescription="@null"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x15="@color/2131099851"/>
<TextView
id="@+id/tv_success_title"
paddingBottom="16dp"
layout_width="0dp"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/app_account_deletion_success_title"
textAlignment="center"
layout_marginHorizontal="@dimen/2131165433"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="@+id/iv_icon"
style="@style/2132017937"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
orientation="horizontal"
id="@+id/ll_tv_success"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
paddingHorizontal="@dimen/2131165501"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0"
NOT_FOUND_0x13="@+id/root_view_successful">
<TextView
id="@+id/tv_success_message"
layout_width="match_parent"
layout_height="match_parent"
text="@string/app_account_deletion_success_message"
textAlignment="center"
style="@style/2132017923"/>
</LinearLayout>
<LinearLayout
layout_gravity="center_horizontal"
orientation="vertical"
id="@+id/ll_layout_button"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="0"
NOT_FOUND_0x12="0">
<Button
gravity="center"
id="@+id/bt_done"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/done"
layout_marginHorizontal="@dimen/2131165401"
layout_marginVertical="@dimen/2131165397"
style="@style/2132017576"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>