0

I have a seekbar in my app, which shows the level of age in it. If i touch that seekbar it updates the age in the textview, but i can't able to drag continuously and it stops dragging. for every value have to make touch event separately but not continous

4

1 回答 1

0

最后,它有效

holder.ageSeekbar.setFocusable(false);

我删除了搜索栏的焦点

于 2012-10-19T16:38:00.713 回答