mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Add content description for taskbar all apps button.
Test: Manual Fix: 221338615 Change-Id: Ic3b6f4e83a1234f1979f9fb4af75e6c893381a13
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user