Android Seekbar控件,调用setMax后,seekbar滑动块无法滑动
能够响应onStopTrackingTouch(SeekBarseekBar)但是不能响应onProgressChanged(SeekBarseekBar,intprog...
能够响应onStopTrackingTouch(SeekBar seekBar)
但是不能响应onProgressChanged(SeekBar seekBar, int progress, boolean fromUser)
使用第一行代码,seekbar不能够滑动;
但使用第二行,seekbar就能滑动了,为什么啊?这有啥区别呢?
求Android 大神指点,,,, 展开
但是不能响应onProgressChanged(SeekBar seekBar, int progress, boolean fromUser)
使用第一行代码,seekbar不能够滑动;
但使用第二行,seekbar就能滑动了,为什么啊?这有啥区别呢?
求Android 大神指点,,,, 展开
2个回答
展开全部
你第一处的参数是不是应该是: (int) ( ( endValue - startValue ) / stepValue)
要不然(endValue - startValue / stepValue) 是什么意思呢?
要不然(endValue - startValue / stepValue) 是什么意思呢?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
endValue startValue stepValue是多少,seekbar的maxValue又是多少……
追问
endValue startValue stepValue 这些值都是可以设定的
seekbar的maxValue 是seekbar可滑动到的最大值
(int) (endValue - startValue / stepValue) = 60
(int) (endValue / stepValue) = 80
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询