Add fixes to UART screen

This commit is contained in:
Sylwester Zieliński
2022-05-09 16:08:26 +02:00
parent bd485ee996
commit 76da017c63
5 changed files with 41 additions and 21 deletions

View File

@@ -34,6 +34,7 @@
android:exported="true"
android:label="@string/app_name"
android:launchMode="singleTask"
android:windowSoftInputMode="stateVisible|adjustResize"
android:theme="@style/AppTheme.SplashScreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />