views:

33

answers:

0

Hi,

I have an Activity with several RatingBars on it so my users can rate many different things. My problem is that this makes it difficult for my users to scroll up and down the screen.

If you attempt to slide your finger vertically on the screen and the first spot you touch is over a RatingBar, the RatingBar tries to capture the gesture itself instead of passing it along once your finger moves off of it (with a RatingBar, you can swipe horizontally to move the rating up and down).

I've even tried turning focus off, but this doesn't solve my problem.

Any ideas?