Android Switch TextOn / TextOff Placement

时间:2016-09-09 21:10:34

标签: android xml android-studio

我已经为我的开关设置了文本,但是它显示在滑块内部,如下所示: enter image description here

如何在交换机下面显示它?

 <android.support.v7.widget.SwitchCompat
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:checked="false"
            android:theme="@style/Switch"
            android:textOn="ON"
            android:textOff="OFF"
            app:showText="true"
            />

0 个答案:

没有答案