Fix style in manifest

This commit is contained in:
PavelRatushny 2017-07-06 11:23:27 +03:00
parent 821a57d410
commit cf608db4b3
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"