commit | c567acb6c32cdc3a9cf40b30c6716ab8bc5dd614 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Mon Aug 31 14:34:43 2009 -0700 |
committer | Joe Onorato <joeo@android.com> | Mon Aug 31 14:34:43 2009 -0700 |
tree | bbda44727cc0e0304573dd0f5af441434692874f | |
parent | 0d1c563125290a58a75f6476887942a62a79d136 [diff] [blame] |
Add the all apps button.
diff --git a/src/com/android/launcher2/Utilities.java b/src/com/android/launcher2/Utilities.java index 0c5dbbd..ca12a4d 100644 --- a/src/com/android/launcher2/Utilities.java +++ b/src/com/android/launcher2/Utilities.java
@@ -274,6 +274,7 @@ textPaint.setTextSize(13*scale); textPaint.setColor(0xffffffff); textPaint.setAntiAlias(true); + //textPaint.setShadowLayer(8, 0, 0, 0xff000000); float ascent = -textPaint.ascent(); float descent = textPaint.descent();