24 lines
809 B
XML
24 lines
809 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_title_header"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017875"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_item_detail"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"/>
|
|
</LinearLayout>
|