Merge "Remove calendar controls from 7 inch portrait" into jb-dev
diff --git a/res/values-w600dp-h879dp/config.xml b/res/values-w600dp-h879dp/config.xml
index 4c1de4f..eec27f4 100644
--- a/res/values-w600dp-h879dp/config.xml
+++ b/res/values-w600dp-h879dp/config.xml
@@ -14,7 +14,7 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- turn on/off the mini-calendar and calendar picker -->
     <!-- supported only for x-large devices  -->
-    <bool name="show_calendar_controls">true</bool>
+    <bool name="show_calendar_controls">false</bool>
     <!-- turn on/off month with agenda view -->
     <!-- not supported for X-large devices -->
     <bool name="show_agenda_with_month">false</bool>
diff --git a/res/values-w800dp-h1232dp/config.xml b/res/values-w800dp-h1232dp/config.xml
index 7f306be..d0737c4 100644
--- a/res/values-w800dp-h1232dp/config.xml
+++ b/res/values-w800dp-h1232dp/config.xml
@@ -12,6 +12,9 @@
 -->
 <resources
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- turn on/off the mini-calendar and calendar picker -->
+    <!-- supported only for x-large devices  -->
+    <bool name="show_calendar_controls">true</bool>
     <!-- when on, shows the event next to the agenda list,
          when off, shows the event on top of the agenda list after it was clicked. -->
     <bool name="show_event_details_with_agenda">true</bool>