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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/19995934

Change-Id: Iffcfb1d10b623c5d33626997a2c466be3fdfc0ad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Brian Isganitis
2022-09-21 23:23:49 +00:00
committed by Automerger Merge Worker
@@ -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));
}
}