我在我的代码中设置了这个:
<style name="custom_theme" parent="android:Theme.Material.NoActionBar">
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
工作并使其透明,但在Material Design页面的Customizing the Status Bar位上,它表示它应该像预览图片一样产生一个微妙的渐变?我在这里错过了什么吗?我在AVD模拟器上运行Android 5.0,如果这有所不同。