feat: add support SafeMargins from Android

This commit is contained in:
vkamn
2025-11-04 11:36:01 +08:00
parent 2e7e65c1e0
commit 80ed0eacd4
59 changed files with 234 additions and 60 deletions
@@ -30,7 +30,7 @@ PageType {
anchors.left: parent.left
anchors.right: parent.right
anchors.topMargin: 20
anchors.topMargin: 20 + SettingsController.safeAreaTopMargin
BackButtonType {
id: backButton