I have PreferenceScreen contain CheckBoxPreference which referd in manifest to PreferencesTheme , its title text is long so it appear in single line and words cut at end of line , im try to force screen to continue the text in second line by using :
<item name="android:lines">2</item>
in prefs_style.xml but it doesnt work .
any help to solve that will be appreciated , thanks,