Set navigationBar color on Android Lollipop with Full screen activity

老子叫甜甜 提交于 2019-12-05 21:43:12

My solution:

The problem lied with the generated code (XML theme) once I'd deleted the parent="android:Theme.NoTitleBar"attribute from my theme style (and everything else except <item name="android:navigationBarColor" tools:targetApi="21">#E64A19</item>) my navbar became orange!

Result:

Check this library : SystemBarTint.

This can be useful to you.

Place this is your values-v21/styles.xml, to enable this on Lollipop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!