|
|
|
@ -22,6 +22,7 @@
|
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
|
|
|
|
|
android:exported="true"
|
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|
|
|
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|
|
|
|
the Android process has started. This theme is visible to the user
|
|
|
|
the Android process has started. This theme is visible to the user
|
|
|
|
|