I need to set Android status bar semi-translucent with a color like tint effect on iOS 7, i've reviewed the documentation, but it only explains how to get a gradient translucent status bar.
I've seen the effect on Samsung Galaxy S5 stock dialer app, so I want to perform this effect. This is the effect:
For example this is an example app that show an effect similar that I want to make, but instead a gradient to transparent I want the whole status bar with solid color behind the solid semi translucent status bar:
https://play.google.com/store/apps/details?id=com.readystatesoftware.systembartint.sample&hl=es
Any help would be great. Thanks in advance.