16 lines
682 B
XML
16 lines
682 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.scb.phone.view.custom.RectangleRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_margin="2dp">
|
|
<com.scb.phone.view.custom.common.DefaultButton
|
|
textColor="#ffffff"
|
|
id="@+id/non_scb_customer"
|
|
background="@drawable/bg_button_transparent_white_border"
|
|
layout_width="100dp"
|
|
layout_height="40dp"
|
|
layout_centerInParent="true"
|
|
NOT_FOUND_0x7="@string/no"/>
|
|
</com.scb.phone.view.custom.RectangleRelativeLayout>
|