huweinwu / boxeeremote

Automatically exported from code.google.com/p/boxeeremote
0 stars 0 forks source link

Buttons do not repeat #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Are you using Boxee or XBMC

Boxee box

What steps will reproduce the problem?
1. Find a long list to scroll
2. Try to scroll to bottom
3. Thumb starts to hurt :)

What is the expected output? What do you see instead?

Buttons should repeat after some delay, maybe 500ms

Please provide any additional information below.

Original issue reported on code.google.com by Viljo.Viitanen on 29 Dec 2010 at 11:55

GoogleCodeExporter commented 8 years ago
This mailing list message

http://osdir.com/ml/Android-Beginners/2009-10/msg00144.html

describes one way to implement this - basically you need set "OnTouchListener" 
and detect ACTION_DOWN and ACTION_UP events.

Original comment by Viljo.Viitanen on 29 Dec 2010 at 4:11