<?xml version="1.0" encoding="utf-8"?> <androidx.core.widget.NestedScrollView 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"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="@dimen/dp_20" android:background="@drawable/bg_solid_layout_white_radius_10" android:gravity="center_vertical" android:orientation="horizontal" android:padding="@dimen/dp_10"> <TextView android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:fontFamily="sans-serif-medium" android:text="一键关火" android:textColor="@color/black" android:textSize="@dimen/sp_14" /> <RadioButton android:id="@+id/turnOffRadioButton" android:layout_width="@dimen/titleViewHeight" android:layout_height="@dimen/titleViewHeight" android:background="@drawable/selector_turn_off_radio_button" android:button="@null" android:gravity="center" /> </LinearLayout> </LinearLayout> </androidx.core.widget.NestedScrollView>