[Android] Video Player: Support cutout display
Geoffrey Métais
git at videolan.org
Mon Dec 10 17:11:24 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Dec 10 17:10:08 2018 +0100| [6ad020c8792267728c29384c29f91f9832efe963] | committer: Geoffrey Métais
Video Player: Support cutout display
> https://code.videolan.org/videolan/vlc-android/commit/6ad020c8792267728c29384c29f91f9832efe963
---
vlc-android/res/values/styles.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 9a5e06246..25833225f 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<resources xmlns:android="http://schemas.android.com/apk/res/android">
+<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.VLC" parent="Theme.VLC.7"/>
<style name="Theme.VLC.7" parent="Theme.VLC.Apearance">
@@ -252,6 +252,7 @@
<item name="android:windowFullscreen">true</item>
<item name="android:windowBackground">@color/black</item>
<item name="windowActionBarOverlay">true</item>
+ <item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="p">shortEdges</item>
<item name="colorPrimary">@color/orange800</item>
<item name="colorPrimaryDark">@color/transparent</item>
More information about the Android
mailing list