Loading src/com/android/launcher3/CellLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -606,7 +606,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler { // Hotseat icons - remove text // Hotseat icons - remove text if (child instanceof BubbleTextView) { if (child instanceof BubbleTextView) { BubbleTextView bubbleChild = (BubbleTextView) child; BubbleTextView bubbleChild = (BubbleTextView) child; bubbleChild.setTextVisibility(bubbleChild.shouldTextBeVisible()); bubbleChild.setTextVisibility(mContainerType != HOTSEAT); } } child.setScaleX(mChildScale); child.setScaleX(mChildScale); Loading Loading
src/com/android/launcher3/CellLayout.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -606,7 +606,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler { // Hotseat icons - remove text // Hotseat icons - remove text if (child instanceof BubbleTextView) { if (child instanceof BubbleTextView) { BubbleTextView bubbleChild = (BubbleTextView) child; BubbleTextView bubbleChild = (BubbleTextView) child; bubbleChild.setTextVisibility(bubbleChild.shouldTextBeVisible()); bubbleChild.setTextVisibility(mContainerType != HOTSEAT); } } child.setScaleX(mChildScale); child.setScaleX(mChildScale); Loading