Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改sdk 16 - 21上的颜色导航栏。对于sdk >21我使用window.navigationBarColor
window.navigationBarColor
在 Styles.xml 中,
<item name="android:navigationBarColor">@color/theme_color</item>
或者
window.setNavigationBarColor(@ColorInt int color)
利用window.setNavigationBarColor(@ColorInt int color)