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.
我在用:
https://code.google.com/p/range-seek-bar/
绝对最小值和最大值在哪里设置,但如何设置初始值?
我想以值 0、10 开始搜索栏。
另外,有没有更好的方法来获得范围搜索栏?这个链接太旧了。
谢谢你
如何设置初始值?
14 秒的扫描源代码出现setSelectedMinValue()了setSelectedMaxValue()。
setSelectedMinValue()
setSelectedMaxValue()
您必须使用:
rangeSeekBar.setRangeValues(15, 90);