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"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/fb"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/l5"
|
|
android:id="@+id/a43"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="问答题"/>
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fa"
|
|
app:cardBackgroundColor="#22888888"
|
|
app:cardCornerRadius="@dimen/fa"
|
|
app:cardElevation="0dp"
|
|
app:contentPadding="@dimen/fa">
|
|
<EditText
|
|
android:gravity="top|left"
|
|
android:id="@+id/ms"
|
|
android:background="@null"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:hint="请输入..."
|
|
android:minLines="6"/>
|
|
</androidx.cardview.widget.CardView>
|
|
</LinearLayout>
|