[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-27 Thread jason.delport
Thank you for taking the time out to respond to my question. Much appreciated. Cheers, Jason On Apr 26, 8:04 pm, Streets Of Boston wrote: > "However Eclipse shows a warning that the minSdkVersion is lower than > the targetSdkVersion version. Do you know if this can cause problems?" > Shouldn't

[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-26 Thread Streets Of Boston
"However Eclipse shows a warning that the minSdkVersion is lower than the targetSdkVersion version. Do you know if this can cause problems?" Shouldn't have any problems with this. If the min < target, then you must take precautions yourself that you don't accidentally use APIs that are available on

[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-26 Thread jason.delport
Hi, Thanks for the response. Your questions were helpful. I changed the SDK version I was running my code on from 1.5 to 1.6 and implemented the below attributes in the manifest and everything works as it should (on 1.6+ devices). However Eclipse shows a warning that the minSdkVersion is lower

[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-24 Thread Streets Of Boston
Looks like a bug in the Android framework. What is your targetSdk value? What actual SDK version are you running your code on? On Mar 15, 10:13 pm, licorna wrote: > A few days ago I was trying to fix this issue: I have a header (three > ImageButton's) and a ListView. If I use the dpad, pressing

[android-developers] Re: ListView focus behaving different when using minSdkVersion=3

2010-04-23 Thread jason.delport
I have the same problem. Did you ever find a solution? Cheers, Jason On Mar 16, 3:13 am, licorna wrote: > A few days ago I was trying to fix this issue: I have a header (three > ImageButton's) and a ListView. If I use the dpad, pressing DOWN to > focus the ListView, the ListView shows as select