diff options
| author | Mai <mathew1800@gmail.com> | 2022-12-01 15:09:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-01 15:09:31 +0000 |
| commit | 385dfb60a0da10ff899bafbdd3a8d90168022db9 (patch) | |
| tree | e267afe1a2ad17f6fb60fd1e651ca2543e611933 /Source/Android/app | |
| parent | 1d6d9e668f4bb13799f5c2cbd435f4071dc9707d (diff) | |
| parent | 32b4f74d44ef60545e24f4282df2362b669f5848 (diff) | |
Merge pull request #11313 from t895/inset-fix
Android: Letterbox content with display cutouts in landscape
Diffstat (limited to 'Source/Android/app')
| -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> |
