b/3439615 Adds a menu item for hiding the view controls

Lets you hide the mini-month and calendars selection views.

Change-Id: I4e2b2434443dfef9050f74c50d6fad4bc591fea4
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0a33878..c14dc2e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -129,6 +129,12 @@
     <!-- This is a label on a menu item. Pressing this menu item allows the
          user to search their events. [CHAR LIMIT=11]-->
     <string name="search">"Search"</string>
+    <!-- This is a label on a menu item. Pressing this menu item hides
+         the navigation controls on the right side. [CHAR LIMIT=20] -->
+    <string name="hide_controls">"Hide controls"</string>
+    <!-- This is a label on a menu item. Pressing this menu item shows the
+         navigation controls on the right side. [CHAR LIMIT=20] -->
+    <string name="show_controls">"Show controls"</string>
 
     <!-- Month view -->
     <skip />