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
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
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