24 lines
961 B
XML
24 lines
961 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recycler_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_above="@+id/button_continue"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_continue"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="26dp"
|
||
|
layout_marginBottom="26dp"
|
||
|
layout_alignParentBottom="true"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="20dp"
|
||
|
NOT_FOUND_0xa="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0xb="@string/confirm"
|
||
|
NOT_FOUND_0xc="@color/2131100912"/>
|
||
|
</RelativeLayout>
|