Android Question [B4xpages] Splash - how to remove title bar from mainpage only?

Reminisce

Active Member
I'd like to remove title bar from the mainpage and leave the title bar for all other pages active.
I want to use the mainpage as a splash for my app, and it's unprofessional for a splash screen to have a title bar.
 

Lucas Siqueira

Active Member
Licensed User
Longtime User
The attached project implements a splash screen in the main activity. B4XPages is contained in Activity2, which includes the action bar.

The difficult part is in the switch between the full screen activity to the non-full screen activity. The size of the activity will not be correct. The code in this example takes care of it.


Edit: the attached project includes the fix discussed below.

how can the splash screen be done in b4i?
 
Upvote 0
Top