CheckBox 左边文本 右边框

2020-10-26  本文已影响0人  微笑中的你

CheckBox 默认是 左框右文
那么怎么实现 左边文字 右边选中框
百度了一下,没搜索到,就自己试试

QQ截图20201026093601.png
<CheckBox
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layoutDirection="rtl"
            android:paddingStart="10dp"
            android:text="不显示实时温度"
            />

android:layoutDirection="rtl" 即可实现
android:paddingStart="10dp" 设置框文间的间距

上一篇下一篇

猜你喜欢

热点阅读