commit | 1e9cbfef04366a206d59922c14fe4356b7cca426 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Fri Sep 30 16:52:26 2011 -0700 |
committer | Winson Chung <winsonc@google.com> | Fri Sep 30 16:55:05 2011 -0700 |
tree | 7cfbb056efa3d1c40be95653fc81f2a3766b15fd | |
parent | e4a647f8793ce7823394db43d6af57f9eab8a340 [diff] [blame] |
Fixing issue where folder icon shows holographic outline. Change-Id: Iabb26cdbd25d02170f79ba030f97323120a3aa7b
diff --git a/src/com/android/launcher2/BubbleTextView.java b/src/com/android/launcher2/BubbleTextView.java index 79e27b0..cdc89ba 100644 --- a/src/com/android/launcher2/BubbleTextView.java +++ b/src/com/android/launcher2/BubbleTextView.java
@@ -256,6 +256,11 @@ } } + void clearPressedOrFocusedBackground() { + mPressedOrFocusedBackground = null; + setCellLayoutPressedOrFocusedIcon(); + } + Bitmap getPressedOrFocusedBackground() { return mPressedOrFocusedBackground; }