android - Using the Material Theme colorPrimary status bar won't change -
so set in theme:
<item name="colorprimarydark">@color/indigo_50</item>
nothing has changed , why?
i know that:
on older platforms, appcompat emulates color theming possible. @ moment limited coloring action bar , widgets.
but: in application works without problems:
and myapp:
try adding
getwindow().addflags(windowmanager.layoutparams.flag_draws_system_bar_backgrounds);
if want alter status bar color written in http://developer.android.com/reference/android/view/window.html#setstatusbarcolor(int)
android android-studio statusbar appcompat material-design
No comments:
Post a Comment