开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜