Hi all, I'm attempting to get blending between an ImageButton and VideoView working correctly, basically the transparent pixels aren't blending correctly when the video begins to play. On Destroy of the activity the pixels will show okay again.
To help show the issue, I've created a sample app at http://85.119.82.81/src/videoblending.zip with some details such as sample video location in the README. I've been playing around with Pixel format and ColorFilters to set the DuffMode, however had no luck. Giving screenshots is a bit difficult as the issue doesn't present too clearly: Initial state (pre start video):http://85.119.82.81/src/screenshots/ state_initial.png During play: http://85.119.82.81/src/screenshots/state_playing.png - Different shades of the graphic are visible Highlighted during play: http://85.119.82.81/src/screenshots/state_playing_highlighted.png - Much clearer on device, see the difference between the height of the yellow haze on video and off. -- 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

