Show progress of seek bar
I have an app where I use seek bars to mix colors and i would 开发者_如何学Pythonlike above the seek bar there to be and number of how far the seek bar is. My seek bars go from 0 to 255 so the number would show possibly like 138/255 above the seek bar.
If anyone can help that would be greatly appreciated. -Lfaudm
You can use SeekBar.onSeekBarChangeListener() to get changes of the value and then simply write that to a TextView you positioned above the SeekBar.
精彩评论