1

Screenshot :

enter image description here

How do I change that yellow color to blue or another color? Should I edit or add any xml file in framework-res.apk? I want to change the yellow color to cyan.

Chris Barlow
  • 3,274
  • 4
  • 31
  • 52
Hawk
  • 19
  • 1
  • 1
  • 6

2 Answers2

1

You can refer the following link:

http://www.mokasocial.com/2011/02/create-a-custom-styled-ui-slider-seekbar-in-android/

jyotiprakash
  • 2,086
  • 1
  • 20
  • 26
0

SeekBar uses a drawable for this. I would say the preferred drawable is a xml defined shape but I guess one could use an image too.

See this question - to which this question could be considered duplicate:

How to change progress bar's progress color in Android

Community
  • 1
  • 1
J.G.Sebring
  • 5,934
  • 1
  • 31
  • 42