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/anim/fasttrack.xml b/res/anim/fasttrack.xml
new file mode 100644
index 0000000..6fd1a27
--- /dev/null
+++ b/res/anim/fasttrack.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<translate
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:fromXDelta="100%p"
+    android:toXDelta="0"
+    android:duration="400" />
diff --git a/res/drawable-finger/fasttrack_arrow_large_up.png b/res/drawable-finger/fasttrack_arrow_large_up.png
new file mode 100644
index 0000000..c567e48
--- /dev/null
+++ b/res/drawable-finger/fasttrack_arrow_large_up.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_arrow_lrg.png b/res/drawable-finger/fasttrack_arrow_lrg.png
new file mode 100644
index 0000000..3c70eec
--- /dev/null
+++ b/res/drawable-finger/fasttrack_arrow_lrg.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_arrow_sm.png b/res/drawable-finger/fasttrack_arrow_sm.png
new file mode 100644
index 0000000..0ac8a7e
--- /dev/null
+++ b/res/drawable-finger/fasttrack_arrow_sm.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_badge_dark_normal.png b/res/drawable-finger/fasttrack_badge_dark_normal.png
new file mode 100644
index 0000000..5d10608
--- /dev/null
+++ b/res/drawable-finger/fasttrack_badge_dark_normal.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_badge_dark_pressed.png b/res/drawable-finger/fasttrack_badge_dark_pressed.png
new file mode 100644
index 0000000..8cccedc
--- /dev/null
+++ b/res/drawable-finger/fasttrack_badge_dark_pressed.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_badge_light_normal.png b/res/drawable-finger/fasttrack_badge_light_normal.png
new file mode 100644
index 0000000..2d19931
--- /dev/null
+++ b/res/drawable-finger/fasttrack_badge_light_normal.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_badge_light_pressed.png b/res/drawable-finger/fasttrack_badge_light_pressed.png
new file mode 100644
index 0000000..e0ed3b6
--- /dev/null
+++ b/res/drawable-finger/fasttrack_badge_light_pressed.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_badge_shadow.png b/res/drawable-finger/fasttrack_badge_shadow.png
new file mode 100644
index 0000000..8fe85d5
--- /dev/null
+++ b/res/drawable-finger/fasttrack_badge_shadow.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_disambig.9.png b/res/drawable-finger/fasttrack_disambig.9.png
new file mode 100644
index 0000000..4a71567
--- /dev/null
+++ b/res/drawable-finger/fasttrack_disambig.9.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_disambig_dither.xml b/res/drawable-finger/fasttrack_disambig_dither.xml
new file mode 100644
index 0000000..da43c5d
--- /dev/null
+++ b/res/drawable-finger/fasttrack_disambig_dither.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
+    android:src="@drawable/fasttrack_disambig"
+    android:dither="true" />
diff --git a/res/drawable-finger/fasttrack_drop_shadow.9.png b/res/drawable-finger/fasttrack_drop_shadow.9.png
new file mode 100644
index 0000000..1e003a0
--- /dev/null
+++ b/res/drawable-finger/fasttrack_drop_shadow.9.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_frame_divider_med.png b/res/drawable-finger/fasttrack_frame_divider_med.png
new file mode 100644
index 0000000..f24b06b
--- /dev/null
+++ b/res/drawable-finger/fasttrack_frame_divider_med.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_frame_lrg.9.png b/res/drawable-finger/fasttrack_frame_lrg.9.png
new file mode 100644
index 0000000..52ca22d
--- /dev/null
+++ b/res/drawable-finger/fasttrack_frame_lrg.9.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_frame_med.9.png b/res/drawable-finger/fasttrack_frame_med.9.png
new file mode 100644
index 0000000..904c605
--- /dev/null
+++ b/res/drawable-finger/fasttrack_frame_med.9.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_frame_sm.9.png b/res/drawable-finger/fasttrack_frame_sm.9.png
new file mode 100644
index 0000000..69fdc4b
--- /dev/null
+++ b/res/drawable-finger/fasttrack_frame_sm.9.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_background.9.png b/res/drawable-finger/fasttrack_slider_background.9.png
new file mode 100644
index 0000000..0acca6d
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_background.9.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_background_dither.xml b/res/drawable-finger/fasttrack_slider_background_dither.xml
new file mode 100644
index 0000000..4872f7a
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_background_dither.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<nine-patch xmlns:android="http://schemas.android.com/apk/res/android"
+    android:src="@drawable/fasttrack_slider_background"
+    android:dither="true" />
diff --git a/res/drawable-finger/fasttrack_slider_btn.xml b/res/drawable-finger/fasttrack_slider_btn.xml
new file mode 100644
index 0000000..a44ed18
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_btn.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+    <item android:state_window_focused="false"
+        android:drawable="@drawable/fasttrack_slider_btn_normal" />
+    <item android:state_pressed="true"
+        android:drawable="@drawable/fasttrack_slider_btn_pressed" />
+    <item android:state_focused="true"
+        android:drawable="@drawable/fasttrack_slider_btn_selected" />
+    <item
+         android:drawable="@drawable/fasttrack_slider_btn_normal" />
+</selector>
diff --git a/res/drawable-finger/fasttrack_slider_btn_normal.png b/res/drawable-finger/fasttrack_slider_btn_normal.png
new file mode 100644
index 0000000..3de0fb7
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_btn_normal.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_btn_normal_dither.xml b/res/drawable-finger/fasttrack_slider_btn_normal_dither.xml
new file mode 100644
index 0000000..206d505
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_btn_normal_dither.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<bitmap
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:src="@drawable/fasttrack_slider_btn_normal"
+    android:dither="true" />
diff --git a/res/drawable-finger/fasttrack_slider_btn_pressed.png b/res/drawable-finger/fasttrack_slider_btn_pressed.png
new file mode 100644
index 0000000..fb863f5
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_btn_pressed.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_btn_selected.png b/res/drawable-finger/fasttrack_slider_btn_selected.png
new file mode 100644
index 0000000..c0211f4
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_btn_selected.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_grip_left.png b/res/drawable-finger/fasttrack_slider_grip_left.png
new file mode 100644
index 0000000..4ddb8dc
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_grip_left.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_grip_right.png b/res/drawable-finger/fasttrack_slider_grip_right.png
new file mode 100644
index 0000000..6e503a2
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_grip_right.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_presence_active.png b/res/drawable-finger/fasttrack_slider_presence_active.png
new file mode 100644
index 0000000..b0ed52d
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_presence_active.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_presence_away.png b/res/drawable-finger/fasttrack_slider_presence_away.png
new file mode 100644
index 0000000..f3f6502
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_presence_away.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_presence_busy.png b/res/drawable-finger/fasttrack_slider_presence_busy.png
new file mode 100644
index 0000000..db1170b
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_presence_busy.png
Binary files differ
diff --git a/res/drawable-finger/fasttrack_slider_presence_inactive.png b/res/drawable-finger/fasttrack_slider_presence_inactive.png
new file mode 100644
index 0000000..de46747
--- /dev/null
+++ b/res/drawable-finger/fasttrack_slider_presence_inactive.png
Binary files differ
diff --git a/res/layout-finger/fasttrack.xml b/res/layout-finger/fasttrack.xml
index b2fa147..8a81533 100644
--- a/res/layout-finger/fasttrack.xml
+++ b/res/layout-finger/fasttrack.xml
@@ -4,9 +4,9 @@
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
-  
+
           http://www.apache.org/licenses/LICENSE-2.0
-  
+
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -14,86 +14,67 @@
      limitations under the License.
 -->
 
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
-    android:background="@drawable/bg_track_glow"
-    android:orientation="vertical">
+    android:background="@drawable/fasttrack_drop_shadow">
 
-    <ImageView
-        android:id="@+id/arrow_up"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:src="@drawable/arrow_up" />
-
-    <LinearLayout
+    <FrameLayout
         android:id="@+id/header"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
-        android:minHeight="60dip"
-        android:gravity="center_vertical"
-        android:orientation="horizontal">
+        android:layout_marginTop="18dip">
 
-        <ImageView
-            android:id="@+id/photo"
-            android:layout_width="40dip"
-            android:layout_height="40dip"
-            android:layout_marginLeft="4dip"
-            android:background="@drawable/frame_sm_track"
-            android:scaleType="fitCenter" />
-
-        <LinearLayout
-            android:layout_width="0dip"
-            android:layout_toLeftOf="@id/presence"
+        <ViewStub
+            android:id="@+id/header_small"
+            android:inflatedId="@+id/header_small"
+            android:layout_width="fill_parent"
             android:layout_height="wrap_content"
-            android:layout_weight="1"
-            android:paddingLeft="8dip"
-            android:paddingRight="8dip"
-            android:orientation="vertical">
+            android:layout="@layout/fasttrack_header_small" />
 
-            <TextView
-                android:id="@+id/content"
-                android:layout_width="fill_parent"
-                android:layout_height="wrap_content"
-                android:maxLines="2"
-                android:ellipsize="end"
-                android:textColor="#f000"
-                android:textSize="14dip" />
-
-            <TextView
-                android:id="@+id/published"
-                android:layout_width="fill_parent"
-                android:layout_height="wrap_content"
-                android:maxLines="1"
-                android:ellipsize="end"
-                android:textColor="#f999"
-                android:textSize="12dip" />
-
-        </LinearLayout>
-
-        <ImageView
-            android:id="@+id/presence"
-            android:layout_width="wrap_content"
+        <ViewStub
+            android:id="@+id/header_medium"
+            android:inflatedId="@+id/header_medium"
+            android:layout_width="fill_parent"
             android:layout_height="wrap_content"
-            android:layout_marginRight="8dip"
-            android:src="@android:drawable/presence_online"
-            android:scaleType="centerInside" />
+            android:layout="@layout/fasttrack_header_med" />
 
-    </LinearLayout>
+        <ViewStub
+            android:id="@+id/header_large"
+            android:inflatedId="@+id/header_large"
+            android:layout_width="fill_parent"
+            android:layout_height="wrap_content"
+            android:layout="@layout/fasttrack_header_large" />
+
+    </FrameLayout>
 
     <HorizontalScrollView
         android:id="@+id/scroll"
-        android:layout_width="wrap_content"
+        android:layout_width="fill_parent"
         android:layout_height="wrap_content"
-        android:fadingEdgeLength="40dip"
-        android:padding="4dip"
+        android:layout_below="@id/header"
+        android:fadingEdgeLength="0dip"
+        android:background="@drawable/fasttrack_slider_background"
         android:scrollbars="none">
 
         <LinearLayout
             android:id="@+id/fasttrack"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:orientation="horizontal" />
+            android:orientation="horizontal">
+
+            <ImageView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:src="@drawable/fasttrack_slider_grip_left" />
+
+            <ImageView
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:src="@drawable/fasttrack_slider_grip_right" />
+
+        </LinearLayout>
 
     </HorizontalScrollView>
 
@@ -102,17 +83,26 @@
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
         android:layout_below="@id/scroll"
+        android:background="@drawable/fasttrack_disambig"
+        android:layout_marginLeft="10dip"
+        android:layout_marginRight="10dip"
         android:visibility="gone"
         android:cacheColorHint="@null"
-        android:divider="#fddd"
-        />
+        android:divider="#fddd" />
+
+    <!-- Callout arrows are placed at end so they appear on top -->
+    <ImageView
+        android:id="@+id/arrow_up"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:src="@drawable/fasttrack_arrow_lrg" />
 
     <ImageView
         android:id="@+id/arrow_down"
+        android:layout_below="@id/scroll"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_marginTop="3dip"
-        android:src="@drawable/arrow_down" />
+        android:layout_marginTop="-10dip"
+        android:src="@drawable/fasttrack_arrow_large_up" />
 
-</LinearLayout>
-
+</RelativeLayout>
diff --git a/res/layout-finger/fasttrack_header_large.xml b/res/layout-finger/fasttrack_header_large.xml
new file mode 100644
index 0000000..347ab3d
--- /dev/null
+++ b/res/layout-finger/fasttrack_header_large.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/header_large"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:background="@drawable/fasttrack_frame_lrg"
+    android:gravity="center_vertical"
+    android:orientation="horizontal">
+
+    <LinearLayout
+        android:layout_width="0dip"
+        android:layout_height="wrap_content"
+        android:layout_weight="1"
+        android:layout_marginLeft="8dip"
+        android:paddingRight="8dip"
+        android:orientation="vertical">
+
+        <TextView
+            android:id="@+id/name"
+            android:layout_width="fill_parent"
+            android:layout_height="wrap_content"
+            android:singleLine="true"
+            android:ellipsize="end"
+            android:textColor="#f000"
+            android:textSize="14dip" />
+
+        <TextView
+            android:id="@+id/status"
+            android:layout_width="fill_parent"
+            android:layout_height="wrap_content"
+            android:maxLines="1"
+            android:ellipsize="end"
+            android:textColor="#f999"
+            android:textSize="12dip" />
+
+    </LinearLayout>
+
+    <ImageView
+        android:id="@+id/presence"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_marginRight="15dip"
+        android:src="@drawable/fasttrack_slider_presence_active"
+        android:scaleType="centerInside" />
+
+</LinearLayout>
diff --git a/res/layout-finger/fasttrack_header_med.xml b/res/layout-finger/fasttrack_header_med.xml
new file mode 100644
index 0000000..b3cf574
--- /dev/null
+++ b/res/layout-finger/fasttrack_header_med.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/header_medium"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:background="@drawable/fasttrack_frame_med"
+    android:gravity="center_vertical"
+    android:orientation="horizontal">
+
+    <TextView
+        android:id="@+id/status"
+        android:layout_width="0dip"
+        android:layout_height="wrap_content"
+        android:layout_weight="1"
+        android:layout_marginLeft="15dip"
+        android:layout_marginRight="15dip"
+        android:singleLine="true"
+        android:ellipsize="end"
+        android:textColor="#f000"
+        android:textStyle="bold"
+        android:textSize="15dip" />
+
+    <ImageView
+        android:id="@+id/presence"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_marginRight="15dip"
+        android:src="@drawable/fasttrack_slider_presence_active"
+        android:scaleType="centerInside" />
+
+</LinearLayout>
diff --git a/res/layout-finger/fasttrack_header_small.xml b/res/layout-finger/fasttrack_header_small.xml
new file mode 100644
index 0000000..6e7be3f
--- /dev/null
+++ b/res/layout-finger/fasttrack_header_small.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<LinearLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/header_small"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:background="@drawable/fasttrack_frame_sm"
+    android:orientation="horizontal" />
diff --git a/res/layout-finger/fasttrack_item.xml b/res/layout-finger/fasttrack_item.xml
index cdc613f..968eef2 100644
--- a/res/layout-finger/fasttrack_item.xml
+++ b/res/layout-finger/fasttrack_item.xml
@@ -15,11 +15,11 @@
 -->
 
 <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="48dip"
-    android:layout_height="39dip"
-    android:layout_marginLeft="4dip"
-    android:layout_marginTop="4dip"
+    android:layout_width="59dip"
+    android:layout_height="62dip"
+    android:layout_marginTop="0dip"
+    android:layout_marginBottom="0dip"
     android:scaleType="centerInside"
     android:focusable="true"
     android:clickable="true"
-    android:background="@drawable/bg_chicklit" />
+    android:background="@drawable/fasttrack_slider_btn" />
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cbf1918..412467e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -658,6 +658,16 @@
     -->
     <string name="description_image_button_pound">pound</string>
 
+    <!-- Shown as a toast when the user taps on a Fast-Track icon, and no application
+         was found that could perform the selected action -->
+    <string name="fasttrack_missing_app">No application found to handle this action</string>
+
+    <!-- Shown as the header name for a person when the name is missing or unknown. -->
+    <string name="fasttrack_missing_name">Unknown</string>
+
+    <!-- Shown as the social status snippet for a person when no social updates exist. -->
+    <string name="fasttrack_missing_status">No recent updates</string>
+
 <!-- TODO: add comments to each of these strings to prepare for translation -->
 <!-- TODO: split out separate strings for "Home" versus "Call home", see http://b/2029022 -->
 <string name="nameLabelsGroup">Name</string>
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>