如何将切换按钮标签移动到右侧

时间:2013-06-07 14:43:52

标签: android android-layout togglebutton

您好我正在使用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" />

显示右侧的切换按钮和左侧的标签。

我希望它是另一种方式。

0 个答案:

没有答案