Loading packages/SystemUI/src/com/android/systemui/qs/TileLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public class TileLayout extends ViewGroup implements QSTileLayout { (mRows != 0 ? (mCellMarginTop - mCellMarginVertical) : 0); if (height < 0) height = 0; setMeasuredDimension(width + getPaddingStart() + getPaddingEnd(), height); setMeasuredDimension(width, height); } /** Loading Loading
packages/SystemUI/src/com/android/systemui/qs/TileLayout.java +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ public class TileLayout extends ViewGroup implements QSTileLayout { (mRows != 0 ? (mCellMarginTop - mCellMarginVertical) : 0); if (height < 0) height = 0; setMeasuredDimension(width + getPaddingStart() + getPaddingEnd(), height); setMeasuredDimension(width, height); } /** Loading