Merge "Add content description for taskbar all apps button." into tm-qpr-dev

This commit is contained in:
Brian Isganitis
2022-09-21 18:40:42 +00:00
committed by Android (Google) Code Review
@@ -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));
}
}