mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-09 00:08:41 +01:00
Ignore cutouts in viewer activity
This commit is contained in:
parent
00280015b9
commit
00b0cfc15f
@ -20,7 +20,7 @@ allprojects {
|
||||
projectVersionCode = 400
|
||||
projectVersionName = '3.7.6'
|
||||
|
||||
globalCompileSdkVersion = 26
|
||||
globalCompileSdkVersion = 28
|
||||
globalBuildToolsVersion = '28.0.3'
|
||||
}
|
||||
|
||||
|
@ -41,6 +41,7 @@
|
||||
<!-- Window attributes -->
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
<item name="android:windowLayoutInDisplayCutoutMode">never</item>
|
||||
|
||||
<item name="windowActionBarOverlay">true</item>
|
||||
<item name="actionBarStyle">@style/Widget.Twidere.Viewer.ActionBar</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user