Skip to content

Commit 99eadda

Browse files
fix: move v26 incompatible style identifier to v27+ theming
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 80d392e commit 99eadda

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

app/src/main/res/values-v27/styles.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@
3030
<item name="alertDialogTheme">@style/Theme.AppCompat.DayNight.Dialog</item>
3131
<item name="android:alertDialogTheme">?alertDialogTheme</item>
3232
</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>
3338
</resources>

app/src/main/res/values/styles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
</style>
4646

4747
<style name="ImagePickerTheme.NonFullScreen" parent="Theme.Material3.DayNight.NoActionBar">
48-
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
4948
<item name="android:fitsSystemWindows">true</item>
5049
</style>
5150

0 commit comments

Comments
 (0)