38 lines
1.5 KiB
XML
38 lines
1.5 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"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<androidx.cardview.widget.CardView
|
|
android:id="@+id/jc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fy"
|
|
android:layout_marginTop="@dimen/fa"
|
|
android:layout_marginRight="@dimen/fy"
|
|
app:cardBackgroundColor="#22888888"
|
|
app:cardCornerRadius="@dimen/fa"
|
|
app:cardElevation="0dp"
|
|
app:contentPadding="@dimen/fa">
|
|
<LinearLayout
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/fb"
|
|
android:textStyle="bold"
|
|
android:id="@+id/a43"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:text="选项"
|
|
android:layout_weight="1"/>
|
|
<RadioButton
|
|
android:id="@+id/zo"
|
|
android:focusable="false"
|
|
android:clickable="false"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</FrameLayout>
|