Do not use windowSoftInputMode=adjustPan, as the toolbar hides when input is active.

1.2-legacy
Vadim Furman 2021-02-22 15:00:32 -08:00
rodzic 5bef2fc9cf
commit ead36b2fc6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -121,7 +121,7 @@
android:name="com.geeksville.mesh.MainActivity"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
android:windowSoftInputMode="stateAlwaysHidden"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />