Move over resources and files for the widget.

This renames/ moves over styles and drawables for the widget
as well as xml files and classes.

Doesn't do much right now except display a unified email
widget in the widgets selection area and then say "app not
installed" when you drop it. But its a start!
Change-Id: Ie2759ce0adf520bd65222b50ddc8ab14c6659a37
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 4229c70..5fadbda 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -41,4 +41,6 @@
     <integer name="conversation_view_weight">1</integer>
     <!-- Max unread count to show for a folder -->
     <integer name="maxUnreadCount">999</integer>
+   <!-- <integer name="widget_refresh_delay_ms">4000</integer>-->
+    <integer name="widget_folder_refresh_delay_ms">500</integer>
 </resources>