20 lines
641 B
XML
20 lines
641 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
gravity="center"
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/ivLeftImage"
|
||
|
layout_width="50dp"
|
||
|
layout_height="50dp"
|
||
|
src="@drawable/loancalbenefit_01"/>
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/tvRightText"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017871"/>
|
||
|
</merge>
|