如何在appcompat主題中實現沒有操作欄的黑屏?我已經實現了導航抽屜,其中主題來自style.xml。黑暗的活動與Android compat沒有操作欄?
這裏是我的當前主題:
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowTranslucentStatus">true</item>
</style>
</resources>
哦,好吧,這麼簡單的: -D你也知道我可以如何改變導航抽屜的顏色嗎?這是stil白色^^ – lis
設置抽屜佈局的backgrount。 –