Activity Title Color

FrankR

Member
Licensed User
Longtime User
Is there a way to change the Activity Title bar color?
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
I cant see my Project - Activity Properties... Where is it in v3.82
At the top of the Activity-Code

B4X:
#Region  Project Attributes
    #ApplicationLabel: Bestellbearbeitung
    #VersionCode: 23
    #VersionName: 0.90
    'SupportedOrientations possible values: unspecified, landscape or portrait.
    #SupportedOrientations: Landscape
    #CanInstallToExternalStorage: True
    '#CustomBuildAction: 4, D:\Basic4android3\Projekte\MPSuploader\MPSupload.exe, D:\Basic4android3\Projekte\FBDN\ChefBestellung\Bestellungen.b4a /quit
#End Region
#Region  Activity Attributes
    #FullScreen: False
    #IncludeTitle: false
#End Region
 
Upvote 0
Top