Wednesday, 1 August 2018

Styling SeekBarPreference to be consistent with SwitchPreference

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 SwitchPreferences:

1]

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