Launcher3: Apply themed icons in all apps drawer
Change-Id: I013d4b1e3280f44623d2c11f0f61d693f3c0ea27 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
parent
4eb6dc518d
commit
043f301397
|
@ -410,7 +410,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
|||
|
||||
protected boolean shouldUseTheme() {
|
||||
return mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER
|
||||
|| mDisplay == DISPLAY_TASKBAR;
|
||||
|| mDisplay == DISPLAY_TASKBAR || mDisplay == DISPLAY_ALL_APPS;
|
||||
}
|
||||
|
||||
@UiThread
|
||||
|
|
Loading…
Reference in New Issue