【发布时间】:2023-08-26 04:48:01
【问题描述】:
The switch suppose to be like this :
这些是我的代码:
<Switch
android:id="@+id/switch1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:checked="true"
android:onClick="onShowMiddlePoint"
android:text="@string/showMiddlePoint" />
<Switch
android:id="@+id/switch2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="@string/showEyePoints"
android:checked="false"
android:onClick="onShowEyePoints" />
【问题讨论】:
-
用问题分享你的整个 layout.xml
标签: android android-layout uiswitch