mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Fixing issue where folder icon shows holographic outline.
Change-Id: Iabb26cdbd25d02170f79ba030f97323120a3aa7b
This commit is contained in:
@@ -256,6 +256,11 @@ public class BubbleTextView extends TextView {
|
||||
}
|
||||
}
|
||||
|
||||
void clearPressedOrFocusedBackground() {
|
||||
mPressedOrFocusedBackground = null;
|
||||
setCellLayoutPressedOrFocusedIcon();
|
||||
}
|
||||
|
||||
Bitmap getPressedOrFocusedBackground() {
|
||||
return mPressedOrFocusedBackground;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user