I have port android 2.2 to am3517 platform, I encounter a problem that video overlay can hide menu when play video. Anyone know how to handle it? Thank in advance.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Lee,
If you are rendering that menu on Graphics overlay, enable Global Alpha Belnding, so that the graphics overlay is on top.
Now to be able to see the video overlay which is below the graphics overlay, you need to use the per pixel alpha blending and create a hole in the graphics overlay.
regards
-Nitin