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

50 lines
1.9 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/root_view_successful"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content">
<include
layout_width="match_parent"
layout_height="wrap_content"
layout="@layout/2131560094"/>
<Button
textColor="#ffffff"
id="@+id/save_button"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/etb_success_save_slip"
layout_above="@+id/return_button"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017536"/>
<TextView
layout_gravity="center_horizontal"
id="@+id/return_button"
background="@drawable/ripple_rounded_dark_purple"
padding="4dp"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/etb_success_return_to_account"
layout_alignParentBottom="true"
layout_centerHorizontal="true"
style="@style/2132017970"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</RelativeLayout>