Android Question Strange problem of transparency

vecino

Well-Known Member
Licensed User
Longtime User
Hi, I'm doing a typical software sales company.
It consists of a main menu screen with the different screens that are loaded as they are called from the menu.
The main screen is an activity to be fullscreen and other activity screens are presented above the main, being seen "behind".
In the "manifest.xml" I have included a line for each "activity" I want you to appear above the main "activity".
SetActivityAttribute(acGroups, android:theme, @android:style/Theme.Translucent.NoTitleBar)
SetActivityAttribute(acArticles, android:theme, @android:style/Theme.Translucent.NoTitleBar)
SetActivityAttribute(acOther, android:theme, @android:style/Theme.Translucent.NoTitleBar)
Everything worked perfectly, the problem is that today, when you open the project and start testing, the main activity disappears and only the other activiy is shown. And I do not know why. I have no idea.
To see if it's something that you know and can help me with it.

Thanks and regards.

That's fine.



bien.png



That is wrong.
mal.png
 
Top