portrait: lock orientation + portrait-optimized felt table
- Lock the app to portrait: AndroidManifest screenOrientation="portrait" and PWA manifest orientation "portrait". - GameTable felt now occupies the middle band (between top HUD and the hand) with portrait proportions (w<=560, tall) so the you/partner/opponents diamond fits a tall screen comfortably instead of a wide landscape ellipse. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
android:label="@string/title_activity_main"
|
||||
android:theme="@style/AppTheme.NoActionBarLaunch"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user