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
Use this as your LIST / RECYCLER ITEM. The below 2 lines are the key.
android:textDirection="ltr" android:layoutDirection="rtl"