Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望 SeekBar 如下: - 向右滑动:值减小:exp,从 255 下降到 0 - 向左滑动:值增加:exp,从 0 到 255 或者,如果 SeekBar 不能做类似的事情,我应该使用什么组件? 请给我建议! 非常感谢!
很简单。取一个 SeekBar,将其设置为 0 到 255,然后根据您喜欢的方式根据 SeekBar 的进度计算输出值。