28 lines
987 B
XML
28 lines
987 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
<TextView
|
||
|
id="@+id/target_label"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="8dp"
|
||
|
textAllCaps="true"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017849"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/recipients_recycler_view"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
overScrollMode="never"
|
||
|
NOT_FOUND_0xa="2dp"/>
|
||
|
<com.scb.phone.view.custom.common.CustomLimit
|
||
|
id="@+id/custom_limit"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"/>
|
||
|
</merge>
|