38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
elevation="2dp">
|
|
<TextView
|
|
id="@+id/tv_question_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xa="0"
|
|
NOT_FOUND_0xc="0"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
textSize="22sp"
|
|
textColor="#736e78"
|
|
id="@+id/tv_question_answer"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xb="@+id/tv_question_title"/>
|
|
<View
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0xb="@+id/tv_question_answer"
|
|
style="@style/2132018228"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</FrameLayout>
|