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

Commit de7911b0 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Don't constraint view sizes as much" into rvc-dev am: 43c30814...

Merge "Merge "Don't constraint view sizes as much" into rvc-dev am: 43c30814 am: 98121537" into rvc-d1-dev-plus-aosp
parents 4d6366e6 798cbd4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -510,7 +510,7 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe
            for (int i = 0; i < childCount; i++) {
            for (int i = 0; i < childCount; i++) {
                View child = getChildAt(i);
                View child = getChildAt(i);
                if (child instanceof KeyguardSliceTextView) {
                if (child instanceof KeyguardSliceTextView) {
                    ((KeyguardSliceTextView) child).setMaxWidth(width / childCount);
                    ((KeyguardSliceTextView) child).setMaxWidth(width / 3);
                }
                }
            }
            }
            super.onMeasure(widthMeasureSpec, heightMeasureSpec);
            super.onMeasure(widthMeasureSpec, heightMeasureSpec);