Vacation responder. b/11238929.

The actual Java classes are all in
UnifiedGmail for now due to time constraints.
This is mostly all of the resources so that
it doesn't all have to be copied over once
Email wants to enable it.

Change-Id: Ia42392e3d1c258fdbf39496ee9e4fb8226796358
diff --git a/res/values/constants.xml b/res/values/constants.xml
index bbc8070..73c5ce7 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -17,7 +17,7 @@
 -->
 <resources>
     <!-- Boolean value indicating whether the tablet UI should be used. -->
-    <integer name="use_tablet_ui">0</integer>
+    <bool name="use_tablet_ui">false</bool>
     <integer name="conversation_header_mode">1</integer>
     <integer name="conversation_list_search_header_mode">1</integer>