[android-developers] Re: Getting the right highlighting behavior in a ListView

2010-09-21 Thread jamesc
Are you asking the same question that I posed (there's an answer from Mark) here?: http://stackoverflow.com/questions/3599234/recommendations-for-a-permanent-selector-in-listview On Sep 20, 7:44 pm, Bret Foreman wrote: > This could just as well be a big list of radio buttons, but there's a > lot

[android-developers] Re: Getting the right highlighting behavior in a ListView

2010-09-20 Thread Bret Foreman
This could just as well be a big list of radio buttons, but there's a lot of choices so I think a ListView makes more sense. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroup

[android-developers] Re: Getting the right highlighting behavior in a ListView

2010-09-20 Thread Bret Foreman
I'd like the user to know which choice they selected without exiting the ListView. As you can see from the OP, I'm in singleChoice mode, just expecting one choice. On Sep 20, 10:49 am, Mike dg wrote: > I dont think cacheColorHint is what you are looking for. What you are > asking for seems to go

[android-developers] Re: Getting the right highlighting behavior in a ListView

2010-09-20 Thread Mike dg
I dont think cacheColorHint is what you are looking for. What you are asking for seems to go against established UI principles on Android. Are you trying to do multi-selection? What is the use case for this functionality? On Sep 20, 1:14 pm, Stephen Lau wrote: > Bret Foreman wrote: > > I have a L