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

72 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
id="@+id/success_icon"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#ff06bf59"
contentDescription="@null"/>
<TextView
gravity="center"
layout_gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/mw_success_title"
style="@style/2132017937"/>
<TextView
layout_gravity="center"
id="@+id/text_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
layout_marginBottom="16dp"
style="@style/2132017684"/>
<View style="@style/2132018228"/>
</LinearLayout>
<TextView
textSize="22sp"
gravity="center"
layout_gravity="center"
id="@+id/text_date_time2"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/mw_success_hint"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017674"/>
<View style="@style/2132018228"/>
<include layout="@layout/2131559318"/>
<View style="@style/2132018228"/>
<FrameLayout
layout_width="match_parent"
layout_height="match_parent">
<Button
layout_gravity="bottom"
id="@+id/btn_done"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/mw_success_btn"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
</FrameLayout>
</LinearLayout>