android: lock portrait - UI composition glued to phone frame (top/bottom bars + image area absolutely fixed)

This commit is contained in:
ZXCLI
2026-09-07 13:17:19 +08:00
parent 2c38537303
commit d0b133a895
14 changed files with 67 additions and 31 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:screenOrientation="fullSensor"
android:screenOrientation="portrait"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|uiMode"
android:resizeableActivity="true">
<intent-filter>