Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleView.java +1 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ public class BubbleView extends ConstraintLayout { mBubble = overflow; mBubbleIcon.setImageBitmap(bitmap); mAppIcon.setVisibility(GONE); // Overflow doesn't show the app badge setContentDescription(getResources().getString(R.string.bubble_bar_overflow_description)); } /** Returns the bubble being rendered in this view. */ Loading res/values/strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -456,4 +456,8 @@ <!-- Private space label --> <string name="private_space_label">Private space</string> <!-- Strings for bubble bar --> <!-- content description for the overflow bubble [CHAR_LIMIT=none] --> <string name="bubble_bar_overflow_description">Overflow</string> </resources> Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleView.java +1 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,7 @@ public class BubbleView extends ConstraintLayout { mBubble = overflow; mBubbleIcon.setImageBitmap(bitmap); mAppIcon.setVisibility(GONE); // Overflow doesn't show the app badge setContentDescription(getResources().getString(R.string.bubble_bar_overflow_description)); } /** Returns the bubble being rendered in this view. */ Loading
res/values/strings.xml +4 −0 Original line number Diff line number Diff line Loading @@ -456,4 +456,8 @@ <!-- Private space label --> <string name="private_space_label">Private space</string> <!-- Strings for bubble bar --> <!-- content description for the overflow bubble [CHAR_LIMIT=none] --> <string name="bubble_bar_overflow_description">Overflow</string> </resources>