19 lines
668 B
XML
19 lines
668 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="@drawable/ripple_purple_white_bg"
|
||
|
clickable="true"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
id="@+id/occupation_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="10dp"
|
||
|
layout_marginBottom="10dp"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<View
|
||
|
layout_below="@+id/occupation_description"
|
||
|
style="@style/2132018228"/>
|
||
|
</RelativeLayout>
|