summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Utilities.java
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-08-31 14:34:43 -0700
committerJoe Onorato <joeo@android.com>2009-08-31 14:34:43 -0700
commitc567acb6c32cdc3a9cf40b30c6716ab8bc5dd614 (patch)
treebbda44727cc0e0304573dd0f5af441434692874f /src/com/android/launcher2/Utilities.java
parent0d1c563125290a58a75f6476887942a62a79d136 (diff)
downloadandroid_packages_apps_Trebuchet-c567acb6c32cdc3a9cf40b30c6716ab8bc5dd614.tar.gz
android_packages_apps_Trebuchet-c567acb6c32cdc3a9cf40b30c6716ab8bc5dd614.tar.bz2
android_packages_apps_Trebuchet-c567acb6c32cdc3a9cf40b30c6716ab8bc5dd614.zip
Add the all apps button.
Diffstat (limited to 'src/com/android/launcher2/Utilities.java')
-rw-r--r--src/com/android/launcher2/Utilities.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/Utilities.java b/src/com/android/launcher2/Utilities.java
index 0c5dbbdf0..ca12a4d29 100644
--- a/src/com/android/launcher2/Utilities.java
+++ b/src/com/android/launcher2/Utilities.java
@@ -274,6 +274,7 @@ final class Utilities {
textPaint.setTextSize(13*scale);
textPaint.setColor(0xffffffff);
textPaint.setAntiAlias(true);
+ //textPaint.setShadowLayer(8, 0, 0, 0xff000000);
float ascent = -textPaint.ascent();
float descent = textPaint.descent();