Align text left, checkbox right

前端 未结 13 2410
孤街浪徒
孤街浪徒 2020-12-29 18:28

I\'m trying to create a layout for a ListView, with a checkbox to the right and some text to the left. The checkbox should be aligned all the way to the right and the TextV

13条回答
  •  轮回少年
    2020-12-29 18:46

    And to get the checkbox's box to the right , in check box attributes

    android:button="@null"
    android:drawableRight="?android:attr/listChoiceIndicatorMultiple"
    

提交回复
热议问题