Add previews on long press on the indicators.

Change-Id: I6349d55345255caacc1381e83459544f8b8e085c
diff --git a/res/anim/fade_in_fast.xml b/res/anim/fade_in_fast.xml
index 4fa9847..5faef96 100644
--- a/res/anim/fade_in_fast.xml
+++ b/res/anim/fade_in_fast.xml
@@ -20,4 +20,4 @@
     android:fromAlpha="0.0"
     android:toAlpha="1.0"
 
-    android:duration="@android:integer/config_mediumAnimTime" />
+    android:duration="@android:integer/config_shortAnimTime" />
diff --git a/res/anim/fade_out_fast.xml b/res/anim/fade_out_fast.xml
index a061a6c..310e007 100644
--- a/res/anim/fade_out_fast.xml
+++ b/res/anim/fade_out_fast.xml
@@ -20,4 +20,4 @@
     android:fromAlpha="1.0"
     android:toAlpha="0.0"
 
-    android:duration="@android:integer/config_mediumAnimTime" />
+    android:duration="@android:integer/config_shortAnimTime" />
diff --git a/res/drawable-hdpi/preview_popup.9.png b/res/drawable-hdpi/preview_popup.9.png
new file mode 100644
index 0000000..987f571
--- /dev/null
+++ b/res/drawable-hdpi/preview_popup.9.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3041ced..c91e533 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -21,7 +21,7 @@
     <!-- General -->
     <skip />
     <!-- Application name -->
-    <string name="application_name">_Launcher2</string>
+    <string name="application_name">Launcher</string>
     <!-- Name for all applications running as this uid. -->
     <string name="uid_name">Android Core Apps</string>
     <!-- Default folder name -->
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6c43c1e..125a1be 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -22,6 +22,11 @@
         <item name="android:windowNoTitle">true</item>
     </style>
 
+    <style name="AnimationPreview">
+        <item name="android:windowEnterAnimation">@anim/fade_in_fast</item>
+        <item name="android:windowExitAnimation">@anim/fade_out_fast</item>
+    </style>
+    
     <style name="WorkspaceIcon">
         <item name="android:textSize">13dip</item>
         <item name="android:singleLine">true</item>