Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 575001e7 authored by Matthew Ng's avatar Matthew Ng
Browse files

Added shadow to home button (1/2)

Change-Id: I7c5ed4cbe62763ba3fee34f299e8fe6898e72100
Fixes: 111816201
Test: manual - look at home button
parent 81d43788
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -523,8 +523,7 @@ public class NavigationBarView extends FrameLayout implements PluginListener<Nav
        final boolean quickStepEnabled = mOverviewProxyService.shouldShowSwipeUpUI();
        KeyButtonDrawable drawable = quickStepEnabled
                ? getDrawable(lightContext, darkContext, R.drawable.ic_sysbar_home_quick_step)
                : getDrawable(lightContext, darkContext, R.drawable.ic_sysbar_home,
                        false /* hasShadow */);
                : getDrawable(lightContext, darkContext, R.drawable.ic_sysbar_home);
        orientHomeButton(drawable);
        return drawable;
    }