Italian Colore di sfondo barra del titolo

ken87

Active Member
Licensed User
Longtime User
Ciao,
C'è modo di cambiare il colore di sfondo e titolo app.
Io ho utilizzato style halo.
B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
'End of default text.
Va bene tranne che per lo sfondo nero
anche il colore del titolo lo vorrei cabiare

Perr i sotto titolo e icona ho usato
B4X:
Dim SAB As StdActionBar
SAB.Icon = LoadBitmap(File.DirAssets, "icona.png")
    SAB.Subtitle = "Sotto titolo"

Mentre per icona menu
B4X:
Activity.AddMenuItem3("Connect","Connect",LoadBitmap(File.DirAssets,"ic_action_overflow.png"),True)

Ora mi servirebbe camboare sfondo barra
colore testo.
Si puo fare?
 

Attachments

  • barra.jpg
    5.3 KB · Views: 307

Star-Dust

Expert
Licensed User
Longtime User
Mi pare di si, ma devi cercare sul forum. E' possibilepersonalizzare
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…