feat: add a tablet friendly mode (#782)

This commit is contained in:
Thomas Göttgens 2023-11-18 10:03:19 +01:00 committed by GitHub
parent 0330b8ff80
commit 105f38e97c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@
<activity
android:name="com.geeksville.mesh.MainActivity"
android:launchMode="singleInstance"
android:screenOrientation="sensorPortrait"
android:screenOrientation="unspecified"
android:windowSoftInputMode="stateAlwaysHidden"
android:theme="@style/Theme.App.Starting"
android:exported="true">