39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<com.scb.phone.view.custom.RectangleRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_marginTop="4dp"
|
||
|
foreground="?attr/selectableItemBackground"
|
||
|
layout_marginStart="2dp"
|
||
|
layout_marginEnd="2dp">
|
||
|
<ImageView
|
||
|
id="@+id/image_background"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="centerCrop"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_check"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="8dp"
|
||
|
src="@drawable/ic_check_on"
|
||
|
layout_alignParentRight="true"/>
|
||
|
<TextView
|
||
|
id="@+id/text_1"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginStart="8dp"/>
|
||
|
<TextView
|
||
|
id="@+id/text_2"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/text_1"
|
||
|
layout_alignParentLeft="true"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_marginStart="8dp"/>
|
||
|
</com.scb.phone.view.custom.RectangleRelativeLayout>
|