Hi,

I have a ListView, my rows each have a background drawable set. One
strange quirk is that if I have a row selected (it is orange now),
then hit the context menu, the orange focus color is lost, the row
background is made transparent. When I dismiss the context menu,
orange focus is returned to that element. This is what my setup looks
like:

   <ListView>
      <LinearLayout
        android:background="@drawable/some_simple_png" />
   </ListView>

The above is not really defined like that in the xml layout file, it's
just an example. I'm not sure if there is a fix for this.

Thanks

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to