Merge pull request #4046 from osmandapp/splash_screen
Fix style in manifest
This commit is contained in:
commit
4acec931b2
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue