Transparent game background for Android (version 3.11.1)

Hi, guys!

I want to transparent my game background on Android 4.4+ with CCX ver 3.11.1 (I will lay MapView below). I refer some links like:
Here

And here (I can’t found nativeactivity.cpp)

But, it not work for me. Please help me!

You can try this:

  1. Create with GIMP or Photoshop a White image with size equals your design resolution size
  2. Create a Sprite with the created image and adjust the opacity according your needs
  3. Adding the sprite in the scene with adequate localZOrder

Alternatively you can try LayerColor class.