Loading src/com/android/launcher3/views/AllAppsButton.java +1 −0 Original line number Diff line number Diff line Loading @@ -45,5 +45,6 @@ public class AllAppsButton extends BubbleTextView { Bitmap bitmap = LauncherAppState.getInstance(context).getIconCache().getIconFactory() .createScaledBitmapWithShadow(theme.getDrawable(R.drawable.ic_all_apps_button)); setIcon(new FastBitmapDrawable(bitmap)); setContentDescription(context.getString(R.string.all_apps_button_label)); } } Loading
src/com/android/launcher3/views/AllAppsButton.java +1 −0 Original line number Diff line number Diff line Loading @@ -45,5 +45,6 @@ public class AllAppsButton extends BubbleTextView { Bitmap bitmap = LauncherAppState.getInstance(context).getIconCache().getIconFactory() .createScaledBitmapWithShadow(theme.getDrawable(R.drawable.ic_all_apps_button)); setIcon(new FastBitmapDrawable(bitmap)); setContentDescription(context.getString(R.string.all_apps_button_label)); } }