You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Android 15 has enforced edge-to-edge automatically for all activities for apps targeting SDK 35.
Apparently, Showkase does not fully support it.
If you look at the screenshot I provided, the activity is drawn behind the system bars and does not handle correctly the insets.
I had a look at the source code of the ShowkaseBrowserApp. Given that it uses Material 2, it shouldn't be too hard. There is specific guidance on their docs on how to handle them correctly.
The alternative is to migrate to Material 3 which handles insets out of the box with even less lines of code, but of course the migration to Material 3 requires more effort.
The text was updated successfully, but these errors were encountered:
Hi,
Android 15 has enforced edge-to-edge automatically for all activities for apps targeting SDK 35.
Apparently, Showkase does not fully support it.
If you look at the screenshot I provided, the activity is drawn behind the system bars and does not handle correctly the insets.
I had a look at the source code of the
ShowkaseBrowserApp
. Given that it uses Material 2, it shouldn't be too hard. There is specific guidance on their docs on how to handle them correctly.The alternative is to migrate to Material 3 which handles insets out of the box with even less lines of code, but of course the migration to Material 3 requires more effort.
The text was updated successfully, but these errors were encountered: