diff options
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/src/main/res/values/themes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/themes.xml b/Source/Android/app/src/main/res/values/themes.xml index c2dc17afdf..f9c1727adf 100644 --- a/Source/Android/app/src/main/res/values/themes.xml +++ b/Source/Android/app/src/main/res/values/themes.xml @@ -50,6 +50,7 @@ <item name="homeAsUpIndicator">@drawable/ic_back</item> <item name="android:windowLightStatusBar" tools:targetApi="m">@bool/lightSystemBars</item> + <item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">default</item> <item name="materialAlertDialogTheme">@style/DolphinMaterialDialog</item> <item name="popupTheme">@style/DolphinPopup</item> |
