Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2014-12-09 16:33:15 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:34:38 +0300
commit8b0b8c14531eddfe246e0b48250c4c50154df034 (patch)
tree84c216dad0a8427d38e5480d2b3c8f67e67c514a /android/AndroidManifest.xml
parent115f3efed528269de6a4d55006628a7d339ce507 (diff)
Renamed and reordered styles.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index b3626b584d..8243fea164 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -55,7 +55,7 @@
android:name="com.mapswithme.maps.MWMApplication"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
- android:theme="@style/MWMMain">
+ android:theme="@style/MwmMain">
<meta-data
android:name="com.facebook.sdk.ApplicationId"
@@ -70,7 +70,7 @@
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/app_name"
android:screenOrientation="behind"
- android:theme="@style/MWMMain.NoBar">
+ android:theme="@style/MwmMain.NoBar">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
@@ -134,7 +134,7 @@
android:label="@string/app_name"
android:launchMode="singleTask"
android:screenOrientation="behind"
- android:theme="@style/MWMMain.NoBar">
+ android:theme="@style/MwmMain.NoBar">
</activity>
<activity
@@ -172,7 +172,7 @@
android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/bookmark_sets"
android:screenOrientation="behind"
- android:theme="@style/MWMTheme.Dialog.Light"
+ android:theme="@style/MwmMain.Dialog.Light"
android:windowSoftInputMode="stateUnspecified|adjustResize">
</activity>