I want To align the title of check box to right and the box to left because i want to used in Arabic app , How I can Do that ?
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<CheckBoxPreference android:key="testcheckbox"
android:title="Checkbox Title"
android:summary="Checkbox Summary..."/>
</PreferenceScreen>