From 8155ab5d2ae7cba66f93d1f21f52c51d29d43c45 Mon Sep 17 00:00:00 2001 From: Dmitry Kunin Date: Thu, 4 Jul 2013 14:16:16 +0300 Subject: [PATCH] [android] mystically missing bar fix. --- android/MapsWithMeLite.Samsung/AndroidManifest.xml | 4 ++-- android/MapsWithMeLite/AndroidManifest.xml | 4 ++-- android/MapsWithMePro/AndroidManifest.xml | 6 +++--- android/MapsWithMePro/res/values-v13/styles.xml | 4 ++++ android/res/values-v11/styles.xml | 4 ++++ android/res/values/styles.xml | 12 +++++++++--- android/res/values/titleless_theme.xml | 5 ----- 7 files changed, 24 insertions(+), 15 deletions(-) create mode 100644 android/MapsWithMePro/res/values-v13/styles.xml create mode 100644 android/res/values-v11/styles.xml delete mode 100644 android/res/values/titleless_theme.xml diff --git a/android/MapsWithMeLite.Samsung/AndroidManifest.xml b/android/MapsWithMeLite.Samsung/AndroidManifest.xml index fdb2d33b0b..8327ec4a9d 100644 --- a/android/MapsWithMeLite.Samsung/AndroidManifest.xml +++ b/android/MapsWithMeLite.Samsung/AndroidManifest.xml @@ -32,7 +32,7 @@ @@ -72,7 +72,7 @@ diff --git a/android/MapsWithMeLite/AndroidManifest.xml b/android/MapsWithMeLite/AndroidManifest.xml index c5ac718081..53cf7df477 100644 --- a/android/MapsWithMeLite/AndroidManifest.xml +++ b/android/MapsWithMeLite/AndroidManifest.xml @@ -32,7 +32,7 @@ @@ -72,7 +72,7 @@ diff --git a/android/MapsWithMePro/AndroidManifest.xml b/android/MapsWithMePro/AndroidManifest.xml index 759176bd3e..94a176f798 100644 --- a/android/MapsWithMePro/AndroidManifest.xml +++ b/android/MapsWithMePro/AndroidManifest.xml @@ -46,13 +46,13 @@ 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" > @@ -141,7 +141,7 @@ android:label="@string/app_name" android:launchMode="singleTask" android:screenOrientation="behind" - android:theme="@style/MWMNoTitle" > + android:theme="@style/MWMMain.NoBar" > + + + diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index 88cd43dfac..6e96a1f996 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -39,7 +39,7 @@ sans-serif-light - @@ -54,14 +54,19 @@ @dimen/sp_x_3 bold + + + + + - + + \ No newline at end of file diff --git a/android/res/values/titleless_theme.xml b/android/res/values/titleless_theme.xml deleted file mode 100644 index cf643fa503..0000000000 --- a/android/res/values/titleless_theme.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file