Hey All,

I'm facing an annoying problem with Spinners. I'm having a few spinners with 
max -value set to around 10 but the problem is that it seems very difficult to 
select the maximum value using touchscreen.

I played around with them and it seems so that Spinner value is simply rounded 
down from "clicks". Meaning, if I set max value to 2;

[0-----1-----2]

Now if user "clicks/presses" within area [0, 1], 0 is selected, and area [1, 2] 
selects 1. Leaving next to none touch area for 2. One would expect it was the 
average distance mandating selection so that e.g from the middle of [0, 1] 
either 0 or 1 was selected but this doesn't seem to be the case.

Now, is this a common Android behavior or something Samsung implemented into 
their own UI variation? And if it is default behavior, is there a way to change 
this easily without implementing my own onTouchListener for Spinners?

--
H

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to