0

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>
Abdullah Alhazmy
  • 587
  • 2
  • 7
  • 19
  • See [this](http://stackoverflow.com/questions/11332340/how-to-right-align-preferencesactivity-in-android) question here, duplicate question – jhorvat Jun 21 '13 at 13:01
  • i`m trying to use this code http://stackoverflow.com/questions/4469514/how-to-customize-text-color-of-the-checkboxpreference-title but i cant align the box only i can align the title and summary ! – Abdullah Alhazmy Jun 21 '13 at 13:15

0 Answers0