Feature/edge to edge support
This PR resolves issue #1263 by implementing edge-to-edge support, ensuring the app's UI extends behind the system bars for a more modern and immersive experience.
This was achieved by using ViewCompat.setOnApplyWindowInsetsListener to dynamically adjust the margins of the slide's container based on the system's window insets.
Acknowledgments A big thank you to Slion for their initial work and proposed solution on their fork. This implementation is heavily based on their extensive testing and code, which was instrumental in resolving this issue.
@paolorotolo are you able to do a pass on this one as well?
I appreciate the credits but if we are going to merge my solution I rather work on it myself.
I appreciate the credits but if we are going to merge my solution I rather work on it myself.
Please open a PR then 🙏