1

I am using CheckBoxPreference in my preferences activity.

The application is written in hebrew, which is RTL language.

Does anyone knows if I can change the direction of the CheckBoxPreference, so that the checkbox will be on the left and the text will be aligned to the right?

10X, Udi

SuperFrog
  • 7,631
  • 9
  • 51
  • 81

1 Answers1

0

You need to extend "CheckBoxPreference" base class and override the onCreateView method adding your own layout.

JohnUopini
  • 960
  • 9
  • 24