21 lines
706 B
XML
21 lines
706 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="8dp"
|
|
paddingEnd="8dp">
|
|
<TextView
|
|
id="@+id/tv_product_catalogue_title_column"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
style="@style/2132017880"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_product_catalogue_value_column"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
style="@style/2132017880"/>
|
|
</LinearLayout>
|