mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add a tablet friendly mode (#782)
This commit is contained in:
parent
0330b8ff80
commit
105f38e97c
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue