ricardoalcocer / actionbarextras

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

Fix icon font fill color for Android >= 5 #127

Closed kbshl closed 6 years ago

kbshl commented 6 years ago

Cause the icon drawable paint color previously was only set to style STROKE, icons on Android >= 5 are not filled with a specified color.

manumaticx commented 6 years ago

Thanks