ricardoalcocer / actionbarextras

Titanium Android Native Module that exposes ActionBar features not exposed by the Titanium SDK
MIT License
148 stars 60 forks source link

setNavigationbarColor doesn't work #129

Open AppWerft opened 6 years ago

AppWerft commented 6 years ago

win.addEventListener('open',function(){ abx.setStatusbarColor('#2E7CBD'); abx.setNavigationbarColor('#2E7CBD'); });

statusbar is blue, the actionbar keeps black. Maybe stupide question.

manumaticx commented 6 years ago

Hey Rainer :)

the actionbar color is set with:

abx.setBackgroundColor('#2E7CBD');