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/AndroidManifest.xml b/AndroidManifest.xml
index b37ba3a..eeff23c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -233,13 +233,14 @@
 
         <activity android:name=".DisplayGroupsActivity" android:label="@string/displayGroups" />
 
-        <activity android:name="ShowOrCreateActivity"
-            android:theme="@android:style/Theme.Translucent.NoTitleBar">
+        <activity
+            android:name="ShowOrCreateActivity"
+            android:theme="@style/ShowOrCreateTheme">
             <intent-filter>
                 <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />
+                <category android:name="android.intent.category.DEFAULT" />
                 <data android:scheme="mailto" />
                 <data android:scheme="tel" />
-                <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
 
             <intent-filter>