implement tint color and translucent toolbar properties android
THe tint color and translucent p开发者_如何学JAVAroperties are IOS centric. I am trying to implement these properties for the android platform. I have scoured the web for a while and I am not getting anywhere. Does anyone have any ideas?
I'm not very familiar with "tint color and translucent properties", but it might be worth taking a look at ColorFilter.
Here is an example of use of LightingColorFilter in GreenDroid. Scroll down to MyQuickAction class and use of BLACK_CF.
精彩评论