您好我正在使用xml中的切换按钮,并将文本设置为allSchools
我的代码是
<Switch
android:id="@+id/switch1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/execute_Search"
android:layout_centerHorizontal="true"
android:layout_marginBottom="18dp"
android:textColor="@color/white"
android:text="All Schools" />
显示右侧的切换按钮和左侧的标签。
我希望它是另一种方式。