【发布时间】:2018-08-15 18:33:18
【问题描述】:
对于我的活动,我将窗口的背景颜色设置为
window.decorView.setBackgroundResource(R.drawable.background_red)
现在我希望状态和导航在此背景上获得更深的阴影。我怎么能得到这个。 我尝试将主题设置为
`<style name="Theme.OnArrival.AccessControl" parent="Theme.OnArrival.Light">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>`
但它似乎不适用于导航栏。正确的做法是什么
【问题讨论】:
-
看看这个帖子link
标签: android background uinavigationbar statusbar