32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
id="@+id/tv_product_url_description"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/hml_business_url_info_product_description"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
NOT_FOUND_0xa="0"
|
||
|
NOT_FOUND_0xb="0"
|
||
|
style="@style/2132017851"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_product_urls_list"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<TextView
|
||
|
gravity="end|center_vertical"
|
||
|
id="@+id/bt_product_url_add_more"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="10dp"
|
||
|
text="@string/hml_business_url_info_add_more_btn"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017839"/>
|
||
|
</LinearLayout>
|