aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout-v14
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2014-11-27 21:20:41 +0100
committerrsudev <rasch@munin-soft.de>2014-11-27 21:20:41 +0100
commitb568a4393e9797861dbffaf9b016049c101078ff (patch)
tree6ecc87d8de1b8acee9a2c383189bc783de2f16d5 /main/res/layout-v14
parentac4e7f683649183d11a1e2f732fc05b5dae9b4f5 (diff)
downloadcgeo-b568a4393e9797861dbffaf9b016049c101078ff.zip
cgeo-b568a4393e9797861dbffaf9b016049c101078ff.tar.gz
cgeo-b568a4393e9797861dbffaf9b016049c101078ff.tar.bz2
Fix #4247, No action bar on map activities on Android 3.x
Enable 2.x implementation for 3.x. as well. Additionally fix options menu for 3.x
Diffstat (limited to 'main/res/layout-v14')
-rw-r--r--main/res/layout-v14/actionbar_maps.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/res/layout-v14/actionbar_maps.xml b/main/res/layout-v14/actionbar_maps.xml
new file mode 100644
index 0000000..7ee9b51
--- /dev/null
+++ b/main/res/layout-v14/actionbar_maps.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+ <!-- Empty layout, on 14+ we have a real and working action bar -->
+<merge xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent" android:layout_height="match_parent">
+
+</merge> \ No newline at end of file