Support display cutout

Fixes #2682
This commit is contained in:
Marcel Dopita 2020-01-18 14:37:42 +01:00 committed by TobiGr
parent ec684434dc
commit 91aa65e717
4 changed files with 27 additions and 1 deletions

View file

@ -61,7 +61,8 @@
android:name=".player.MainVideoPlayer"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTask"/>
android:launchMode="singleTask"
android:theme="@style/VideoPlayerTheme"/>
<activity
android:name=".settings.SettingsActivity"