Merge "Add content description for taskbar all apps button." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4ef5056be8
@@ -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