Add content description for taskbar all apps button.

Test: Manual
Fix: 221338615
Change-Id: Ic3b6f4e83a1234f1979f9fb4af75e6c893381a13
This commit is contained in:
Brian Isganitis
2022-09-19 16:25:15 -07:00
parent 59caeb9468
commit d07b1a7c42

View File

@@ -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));
}
}