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