44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_item_container"
|
|
background="#ffffff"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
<Button
|
|
id="@+id/btn_scan_qr_again"
|
|
background="@drawable/bg_button_transparent"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/pull_slip_scan_again"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017536"/>
|
|
<TextView
|
|
textStyle="bold"
|
|
layout_gravity="center"
|
|
id="@+id/return_button"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
focusable="true"
|
|
clickable="true"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
text="@string/return_to_accounts"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017970"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|