Fixing issue where folder icon shows holographic outline.

Change-Id: Iabb26cdbd25d02170f79ba030f97323120a3aa7b
This commit is contained in:
Winson Chung
2011-09-30 16:52:26 -07:00
parent e4a647f879
commit 1e9cbfef04
2 changed files with 11 additions and 0 deletions

View File

@@ -256,6 +256,11 @@ public class BubbleTextView extends TextView {
}
}
void clearPressedOrFocusedBackground() {
mPressedOrFocusedBackground = null;
setCellLayoutPressedOrFocusedIcon();
}
Bitmap getPressedOrFocusedBackground() {
return mPressedOrFocusedBackground;
}