Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ef5056b authored by Brian Isganitis's avatar Brian Isganitis Committed by Android (Google) Code Review
Browse files

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

parents a297508c d07b1a7c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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));
    }
}