From d53600a88cf74ed4624eccf225845fa76da4e575 Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 3 Mar 2014 16:14:40 +0300 Subject: [PATCH] [android] Fixed AndroidManifest.xml for Lite version according to Pro (standard). --- .../AndroidManifest.xml | 94 +++++++++---------- android/MapsWithMeLite/AndroidManifest.xml | 27 +++--- 2 files changed, 58 insertions(+), 63 deletions(-) diff --git a/android/MapsWithMeLite.Samsung/AndroidManifest.xml b/android/MapsWithMeLite.Samsung/AndroidManifest.xml index babe2d09a8..794a5c2f12 100644 --- a/android/MapsWithMeLite.Samsung/AndroidManifest.xml +++ b/android/MapsWithMeLite.Samsung/AndroidManifest.xml @@ -30,20 +30,13 @@ android:name="android.hardware.location.gps" android:required="false" /> - - - - - - - + + + + + + + + android:theme="@style/MWMMain" > + + + + android:theme="@style/MWMMain.NoBar" > - + - + - + - - + + - - + - + - - + + - + - + - - + + - + - - + + - + + + - + @@ -187,6 +168,15 @@ android:name="com.mapswithme.maps.background.WorkerService" android:exported="false" > + + + + + + + diff --git a/android/MapsWithMeLite/AndroidManifest.xml b/android/MapsWithMeLite/AndroidManifest.xml index f1e44a7974..a87da50b4b 100644 --- a/android/MapsWithMeLite/AndroidManifest.xml +++ b/android/MapsWithMeLite/AndroidManifest.xml @@ -46,24 +46,32 @@ android:name="com.mapswithme.maps.MWMApplication" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/Holo.Theme.Light" > + android:theme="@style/MWMMain" > + + + + android:theme="@style/MWMMain.NoBar" > + + + + + - - + + - - + @@ -102,13 +110,10 @@ - - - - - + +