40 lines
1.5 KiB
XML
40 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.CounterEditText
|
|
id="@+id/group_name_edit_text"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xa="20"
|
|
NOT_FOUND_0xb="@string/enter_group_name"
|
|
NOT_FOUND_0x10="@string/group_name"/>
|
|
<View
|
|
id="@+id/footer_divider_view"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
id="@+id/button_create_recipient_group"
|
|
background="@drawable/bg_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="26dp"
|
|
layout_marginBottom="16dp"
|
|
layout_alignParentBottom="true"
|
|
layout_marginStart="20dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xc="false"
|
|
NOT_FOUND_0xd="@drawable/ripple_rounded_dark_purple"
|
|
NOT_FOUND_0xe="@string/create_recipient_group"
|
|
NOT_FOUND_0xf="@color/2131100912"/>
|
|
</RelativeLayout>
|