From 71b0473f24a7d77263aae88139f13298a1d64b27 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Wed, 11 Jun 2014 10:36:14 -0700 Subject: Add new assets for LMP preview issue 15544569 c), d), e) Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa --- src/com/android/launcher3/Hotseat.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/com/android/launcher3/Hotseat.java') diff --git a/src/com/android/launcher3/Hotseat.java b/src/com/android/launcher3/Hotseat.java index 2ac2f00a8..4b2543328 100644 --- a/src/com/android/launcher3/Hotseat.java +++ b/src/com/android/launcher3/Hotseat.java @@ -150,6 +150,11 @@ public class Hotseat extends FrameLayout { TextView allAppsButton = (TextView) inflater.inflate(R.layout.all_apps_button, mContent, false); Drawable d = context.getResources().getDrawable(R.drawable.all_apps_button_icon); + + if (Utilities.isLmp()) { + d = context.getResources().getDrawable(R.drawable.all_apps_button_icon_l); + } + Utilities.resizeIconDrawable(d); allAppsButton.setCompoundDrawables(null, d, null, null); -- cgit v1.2.3