nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

ListView does not scroll properly #442

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implement a standard Android ListView + Adapter.
2. Have more items than can fit on the screen
3. Try and scroll down the list all the way

Instead of scrolling like a normal Android, the scroll gets stuck at the last 
item.

XE12

You can workaround by implementing scrolling yourself from the GestureManager 
instead of relying on the DPad.

Original issue reported on code.google.com by kurtisnelson on 24 Mar 2014 at 10:43

GoogleCodeExporter commented 8 years ago
The gestures are broken entirely; it's not just ListView. In particular, this 
workaround does not work for switching to previous/next widgets in a 
multi-widget activity.

Original comment by jimrandomh@gmail.com on 24 Apr 2014 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by allev...@google.com on 24 Apr 2014 at 3:33