One workaround might be to overrride the onDraw method of the TextView - set the paintbrush color and then call the super. But I'm not sure how all that might work.
On Oct 19, 10:04 am, TreKing <[email protected]> wrote: > On Mon, Oct 18, 2010 at 8:38 PM, Bret > Foremanbegin_of_the_skype_highlighting end_of_the_skype_highlighting<[email protected]>wrote: > > > This is almost certainly a bug in ExpandableListView. > > Just saw this post. I ran into the same issue, but with the Group view in > ExpandableListView. I have a LinearLayout that can contain two TextViews on > top of each other. When the group is selected, the bottom TextView (which > has default settings) font color turns black. Wasn't a huge deal for me and > I've just ignored it while focusing on bigger issues, but it would certainly > be nice to understand the issue and determine a good workaround. > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

