美文网首页
CheckBox选择框居于右边

CheckBox选择框居于右边

作者: houjianbo188 | 来源:发表于2018-08-29 11:08 被阅读443次

    <CheckBox

        android:id="@+id/checkbox1"

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        android:layout_margin="@dimen/px20dp"

        android:layoutDirection="rtl"

        android:text="选择框在右边"

        android:textColor="@color/all_text_33_color"

        android:textSize="@dimen/px30dp"/>

    添加一个  android:layoutDirection="rtl"属性,让布局从右边到左边

    相关文章

      网友评论

          本文标题:CheckBox选择框居于右边

          本文链接:https://www.haomeiwen.com/subject/mxyhwftx.html