我SeekBar在我的Android应用程序中使用了一个.当用户单击任意位置时SeekBar,其进度值会发生变化.我只希望在用户滑动SeekBar拇指时改变进度值(就像UISlider在iOS中一样).
SeekBar
UISlider
我已经尝试将clickable属性设置SeekBar为false但这不起作用.我怎样才能达到理想的行为?
clickable
android android-seekbar android-touch-event
android ×1
android-seekbar ×1
android-touch-event ×1