Android Question Black screen when loading app (2017)

Geezer

Active Member
Licensed User
Longtime User
This line, added to your manifest file, will make the Main activity full screen with no title.

You can change it to suit your needs.

B4X:
SetActivityAttribute(Main, android:theme, "@android:style/Theme.NoTitleBar.Fullscreen")
 
Upvote 0

xcl

Member
Licensed User
Geezer, thanks, but it does not help me (
a. i use titlebar in my layouts
b. i steel seeng black screen (layout) when app is start (just without title)

The question is: how disable this layout or change for enything else?...
 
Upvote 0
Top