Java Question Transparent Activity in an B4A Library?

RiverRaid

Active Member
Licensed User
Longtime User
Hi!

I'm creating a library in B4A which has to have a transparent Background

The libirary consits of a Class and an Activity.

In the ManifestEditor i set
B4X:
SetActivityAttribute(testactivity, android:theme, @android:style/Theme.Translucent.NoTitleBar)

It works if i test the library with the main activity in the library project.

But when i add the library to another project, the background of the activity is black..

Is there a way to make the ActivityBackground transparent?

Thanks :)
 

RiverRaid

Active Member
Licensed User
Longtime User
Hi!

thanks for the answer, but it's not working :( Compiler is complaining that the module is not found
 
Top