Add fast track window animations.

The enter animation works; the exit animation doesn't, because of the
associated with the activity.  In theory I have a dummy animation
also associated with the activity to keep it around during the exit
animation, but this isn't working and I need to figure out why.

Change-Id: I1a3a3e4832e62080c35b4bc8f888bdc2d90528c8
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6f6e3cd..97dad56 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -258,7 +258,7 @@
              temporary hack until we add better framework support. -->
         <activity
             android:name=".ui.FastTrackActivity"
-            android:theme="@style/FullyTranslucent">
+            android:theme="@style/FullyTranslucent.FastTrack">
 
             <intent-filter>
                 <action android:name="com.android.contacts.action.FAST_TRACK" />