开发者

Show progress of seek bar

开发者 https://www.devze.com 2023-02-28 00:25 出处:网络
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

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

精彩评论

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

关注公众号