我选择了一个导航栏颜色,它在纵向情绪下工作得很好但是当我切换到横向时它变回黑色,这是我的样式表
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
<!-- Main theme colors -->
<!-- your app branding color for the app bar -->
<item name="colorPrimary">@color/ColorPrimary</item>
<!-- darker variant for the status bar and contextual app bars -->
<item name="colorPrimaryDark">@color/darkestGray</item>
<!-- theme UI controls like checkboxes and text fields -->
<item name="colorAccent">@color/ColorPrimary</item>
<item name="android:navigationBarColor">@color/darkestGray</item>
<item name="android:textColorPrimary">#FFFFFF</item>
<item name="android:textColor">#FFFFFF</item>
</style>
提前谢谢。
答案 0 :(得分:2)
我解决了这个问题。我们无法在棒棒糖下设置横向导航栏的颜色。但我们可以暂时设置transpalent这些版本。您设置标志View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY。