Bring back Fast-Track with yummy assets and animations.

Fast-Track had been quite neglected, so brought it back up
to speed with ContactsContract changes.  Also rearranged
the Action launching logic to use ContactsSource.DataKind
for any icons and label generation.  Wrote slide animation
that looks awesome.

Added Fast-Track triggering to normal contacts list, since
it has photos now.  Also supports being launching in various
modes, which for now are three sizes.
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c3c23a0..b6c63db 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -35,13 +35,19 @@
         <item name="android:windowContentOverlay">@null</item>
     </style>
 
+    <style name="ShowOrCreateTheme" parent="android:Theme.Translucent.NoTitleBar">
+        <item name="android:windowContentOverlay">@null</item>
+    </style>
+
     <style name="FastTrack">
         <item name="android:windowFrame">@null</item>
         <item name="android:windowBackground">@android:color/transparent</item>
         <item name="android:windowIsFloating">true</item>
         <item name="android:windowContentOverlay">@null</item>
         <!-- TODO: create our own animation style in framework -->
+        <!--
         <item name="android:windowAnimationStyle">@*android:style/Animation.ZoomButtons</item>
+        -->
     </style>
 
 </resources>