Fix Immersive Interface on Android R. Set targetSdkVersion and compileSdkVersion to 30.

This commit is contained in:
Alex Ning
2020-09-12 14:58:07 +08:00
parent fc1b1ae585
commit 52ee70a57e
21 changed files with 140 additions and 36 deletions

View File

@@ -43,10 +43,6 @@
<item name="android:windowTranslucentStatus">true</item>
</style>
<style name="AppTheme.SlidableWithTransparentStatusBar" parent="AppTheme.Slidable">
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
<style name="AppTheme.Draggable" parent="AppTheme">
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowContentOverlay">@null</item>