In updating an application to ensure its compatible with 1.5 I've observed
some changes in the way that widgets are rendered when they are overlayed on
video.
I use a RelativeLayout to place various information boxes over a VideoView.
Some boxes are translucent, some are invisible until they become relevant
and some have rounded corners.

In all three cases, the widgets seem to be composited with the surface
behind the VideoView and not the VideoView surface itself. In the case of
the invisible component the result is a square hole punched through the
VideoView showing the background beyond.

This worked in 1.1.

Is this a bug or a new and intentional limitation?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to