Re: [android-developers] List view problem
It probably means it won't be called by itself.
Re: background. A ListView changes its item's backgrounds at runtime to
show selection state, so you should not be changing the background of
the root view of your items.
As a workaround, inject another view group inside the item's top level
layout, give it the same size, and change the background on that.
-- Kostya
27.04.2011 22:17, Kumar Bibek пишет:
> What exactly does this "This method will only be called when when the
> adapter is set on the the AdapterView." mean?
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
--
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home