Tiago Sousa
Tiago Sousa

Reputation: 138

SeekBarPreference is deprecated?

I was searching and i saw only old examples of SeekBarPreference and i tried do it in XML but intelsense don't detect it or if I do ctrl+space or other things don't show.

So I went to check Android developers and I went in this site and in the left side, on Classes you don't see SeekBarPreference so I want to know if it is deprecated or something to replace that.

Upvotes: 1

Views: 633

Answers (1)

j2emanue
j2emanue

Reputation: 62549

yah i remember that one. Now you can extend preference and create your own seekbar. there is alot of 3rd party libraries to get this done:

I personally use this one but there is alot out there just google:

sliderpreference

Upvotes: 1

Related Questions