Skip to content
Snippets Groups Projects
Commit c6c99142 authored by Xavier Gibert's avatar Xavier Gibert
Browse files

bugfix splash screen is shown when retracting keyboard in Mission editor

parent efd09836
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@
<activity
android:name="cs.si.satatt.MissionActivity"
android:label="@string/mission_editor"
android:theme="@style/nonSplashScreenTheme"
>
</activity>
</application>
......
......@@ -21,6 +21,9 @@
<style name="splashScreenTheme" parent="@style/AppTheme">
<item name="android:windowBackground">@drawable/loading</item>
</style>
<style name="nonSplashScreenTheme" parent="@style/AppTheme">
<item name="android:windowBackground">@color/black</item>
</style>
<style name="MooSpinnerItem" parent="android:Widget.TextView.SpinnerItem">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment