<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"
|
android:layout_marginStart="12dp"
|
android:layout_marginEnd="12dp"
|
android:layout_marginTop="8dp"
|
android:background="@drawable/bg_white_6dp">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_time"
|
android:text="2020.3.20 12:12"
|
android:textSize="14sp"
|
android:textColor="@color/textColor66"
|
android:layout_marginStart="12dp"
|
android:layout_marginTop="11dp"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_question"
|
android:layout_marginTop="6dp"
|
android:layout_marginStart="12dp"
|
android:layout_marginEnd="10dp"
|
android:textSize="14sp"
|
android:textColor="@color/textColor66"/>
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:id="@+id/tv_answer"
|
android:layout_marginTop="6dp"
|
android:layout_marginStart="12dp"
|
android:layout_marginEnd="10dp"
|
android:textSize="14sp"
|
android:layout_marginBottom="15dp"
|
android:textColor="@color/textColor66"/>
|
|
</LinearLayout>
|