[android-developers] Re: Different scroll with buttons vs touch

2008-04-11 Thread revcom
Hi Ola, I've been having this problem for ages with scrolling long series of vertical nested layouts including a TextView title and embedded buttons in each row. When scrolled and operated entirely by touch, you can click any visible button and it fires correctly. When scrolling vertically usi

[android-developers] Extract focus color from theme

2008-04-10 Thread revcom
Hi there, I want to extract the current theme's button focus colour (ie 'orange' in the dark theme) so I can use it draw the focused state of a custom control. Can anyone give me or point me to some code that will extract that particular colour from the current theme's StyledAttributes? There do