summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/BubbleTextView.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-09-15 18:53:04 -0700
committerWinson Chung <winsonc@google.com>2011-09-16 14:29:35 -0700
commitc7aef8ca7593eaa37ac7dde514e139f113399ce7 (patch)
tree5b5219298ba6ae8b408137fc038f01e6c05a5222 /src/com/android/launcher2/BubbleTextView.java
parenta06da29bbed98447409213505bd570f976ff8f88 (diff)
downloadandroid_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.gz
android_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.tar.bz2
android_packages_apps_Trebuchet-c7aef8ca7593eaa37ac7dde514e139f113399ce7.zip
Updating the qsb. (5051804)
Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
Diffstat (limited to 'src/com/android/launcher2/BubbleTextView.java')
-rw-r--r--src/com/android/launcher2/BubbleTextView.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher2/BubbleTextView.java b/src/com/android/launcher2/BubbleTextView.java
index e25ce5cc9..79e27b0d3 100644
--- a/src/com/android/launcher2/BubbleTextView.java
+++ b/src/com/android/launcher2/BubbleTextView.java
@@ -43,8 +43,8 @@ public class BubbleTextView extends TextView {
static final float SHADOW_LARGE_RADIUS = 4.0f;
static final float SHADOW_SMALL_RADIUS = 1.75f;
static final float SHADOW_Y_OFFSET = 2.0f;
- static final int SHADOW_LARGE_COLOUR = 0xCC000000;
- static final int SHADOW_SMALL_COLOUR = 0xBB000000;
+ static final int SHADOW_LARGE_COLOUR = 0xDD000000;
+ static final int SHADOW_SMALL_COLOUR = 0xCC000000;
static final float PADDING_H = 8.0f;
static final float PADDING_V = 3.0f;