15 lines
528 B
XML
15 lines
528 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.scb.phone.view.custom.RectangleRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
gravity="center"
|
|
orientation="vertical"
|
|
id="@+id/rectangle_relative_layout"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_margin="2dp">
|
|
<include
|
|
visibility="visible"
|
|
layout="@layout/2131559301"/>
|
|
<include layout="@layout/2131559295"/>
|
|
</com.scb.phone.view.custom.RectangleRelativeLayout>
|