Merge pull request #4046 from osmandapp/splash_screen

Fix style in manifest
This commit is contained in:
Alexey 2017-07-06 11:25:08 +03:00 committed by GitHub
commit 4acec931b2
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
tools:replace="android:icon, android:label">
<activity
android:name="net.osmand.plus.activities.MapActivity"
android:theme="SplashScreenFree"
android:theme="@style/SplashScreenFree"
tools:replace="android:theme"/>
<service
android:name="net.osmand.plus.NavigationService"

View file

@ -7,7 +7,7 @@
tools:replace="android:icon">
<activity
android:name="net.osmand.plus.activities.MapActivity"
android:theme="SplashScreenFreeDev"
android:theme="@style/SplashScreenFreeDev"
tools:replace="android:theme"/>
<service
android:name="net.osmand.plus.NavigationService"