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
And to get the checkbox's box to the right , in check box attributes
android:button="@null" android:drawableRight="?android:attr/listChoiceIndicatorMultiple"