Hi,
I want my preference menu to have something to change the duration of a vibration.
There is not an slider tag for prefs.xml, so which is the best way to do this?
Thanks for reading.
Hi,
I want my preference menu to have something to change the duration of a vibration.
There is not an slider tag for prefs.xml, so which is the best way to do this?
Thanks for reading.
You could create your own Preference class that extends DialogPreference and shows a SeekBar as the dialog view.