20 lines
735 B
XML
20 lines
735 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
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="选择题"/>
|
|
<com.lerist.lib.factory.widget.LRecyclerView
|
|
android:id="@+id/u8"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fa"/>
|
|
</LinearLayout>
|