0

I'm trying to get a vertical Seekbar in my app and I've found sort of a solution here: Modifying the Android seekbar widget to operate vertically

I've downloaded the VerticalSeekbarExample and it looks good but how do I import it to my app? If I drag the source into my project i get a bunch of errors relating to "R"

Community
  • 1
  • 1
gnuX
  • 1

1 Answers1

0

Create a new project from existing source. If you are getting errors related to the R class, clean and build the project again and make sure that you are importing com.example.R instead of android.R.

Abhinav
  • 38,516
  • 9
  • 41
  • 49