StatusBarColor有一个像预览一样的微妙渐变? (Android 5.0)

时间:2014-11-13 00:14:00

标签: android android-5.0-lollipop material-design

我在我的代码中设置了这个:

<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,如果这有所不同。

0 个答案:

没有答案