We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d392e commit 99eaddaCopy full SHA for 99eadda
2 files changed
app/src/main/res/values-v27/styles.xml
@@ -30,4 +30,9 @@
30
<item name="alertDialogTheme">@style/Theme.AppCompat.DayNight.Dialog</item>
31
<item name="android:alertDialogTheme">?alertDialogTheme</item>
32
</style>
33
+
34
+ <style name="ImagePickerTheme.NonFullScreen" parent="Theme.Material3.DayNight.NoActionBar">
35
+ <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
36
+ <item name="android:fitsSystemWindows">true</item>
37
+ </style>
38
</resources>
app/src/main/res/values/styles.xml
@@ -45,7 +45,6 @@
45
46
47
<style name="ImagePickerTheme.NonFullScreen" parent="Theme.Material3.DayNight.NoActionBar">
48
- <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
49
<item name="android:fitsSystemWindows">true</item>
50
51
0 commit comments