I have the following preferences in my preferences.xml
:
<SwitchPreference
android:summary="Lorum ipsum dolor sit amet"
android:title="Frobulate" />
<SeekBarPreference android:title="Marglins"/>
<SwitchPreference android:title="Bromzuling" />
The problem with this is that this renders Marglins
with a very different style as the titles of the SwitchPreference
s:
Is there something I can put in my styles.xml
to make the titles look the same in font size, color, alignment etc.?
from Styling SeekBarPreference to be consistent with SwitchPreference
No comments:
Post a Comment