aboutsummaryrefslogtreecommitdiffstats
path: root/Android/res
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-04-15 17:01:20 +0100
committerStruan Donald <struan@exo.org.uk>2013-04-15 17:01:20 +0100
commit0555ff4f9b93c5c312cc4ae3d0e0559f086e36cc (patch)
tree20e825312f86cc84d4cdff42a86dfa6873b90aca /Android/res
parent9952d5525a11da5f16c913f4cc1a608dffe1cff2 (diff)
small tweaks to remove a few issues with android and phonegap 1.5
Diffstat (limited to 'Android/res')
-rw-r--r--Android/res/menu/activity_main.xml2
-rw-r--r--Android/res/values-v11/styles.xml2
-rw-r--r--Android/res/values-v14/styles.xml2
3 files changed, 1 insertions, 5 deletions
diff --git a/Android/res/menu/activity_main.xml b/Android/res/menu/activity_main.xml
index cfc10fd..6b30180 100644
--- a/Android/res/menu/activity_main.xml
+++ b/Android/res/menu/activity_main.xml
@@ -2,5 +2,5 @@
<item android:id="@+id/menu_settings"
android:title="@string/menu_settings"
android:orderInCategory="100"
- android:showAsAction="never" />
+ />
</menu>
diff --git a/Android/res/values-v11/styles.xml b/Android/res/values-v11/styles.xml
index d408cbc..6b30d8d 100644
--- a/Android/res/values-v11/styles.xml
+++ b/Android/res/values-v11/styles.xml
@@ -1,5 +1,3 @@
<resources>
- <style name="AppTheme" parent="android:Theme.Holo.Light" />
-
</resources> \ No newline at end of file
diff --git a/Android/res/values-v14/styles.xml b/Android/res/values-v14/styles.xml
index 1c089a7..6b30d8d 100644
--- a/Android/res/values-v14/styles.xml
+++ b/Android/res/values-v14/styles.xml
@@ -1,5 +1,3 @@
<resources>
- <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar" />
-
</resources> \ No newline at end of file