32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_question_title"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="8dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
textColor="#ff787878"
|
|
id="@+id/tv_answers_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<View
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
</LinearLayout>
|