Merge branch 'ub-launcher3-dorval-polish2'
Bug: 64937210 Test: flashed img Change-Id: I62116a7e4d105eeeeae25a86cfb07d61586c4ab2
This commit is contained in:
@@ -606,7 +606,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
// Hotseat icons - remove text
|
||||
if (child instanceof BubbleTextView) {
|
||||
BubbleTextView bubbleChild = (BubbleTextView) child;
|
||||
bubbleChild.setTextVisibility(bubbleChild.shouldTextBeVisible());
|
||||
bubbleChild.setTextVisibility(mContainerType != HOTSEAT);
|
||||
}
|
||||
|
||||
child.setScaleX(mChildScale);
|
||||
|
||||
Reference in New Issue
Block a user