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

Commit a421fed1 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

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

Change-Id: I133b36f29cafec20003a991656816f95c72786e6
parents 6e64ac66 43c30814
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -510,7 +510,7 @@ public class KeyguardSliceView extends LinearLayout implements View.OnClickListe
            for (int i = 0; i < childCount; i++) {
                View child = getChildAt(i);
                if (child instanceof KeyguardSliceTextView) {
                    ((KeyguardSliceTextView) child).setMaxWidth(width / childCount);
                    ((KeyguardSliceTextView) child).setMaxWidth(width / 3);
                }
            }
            super.onMeasure(widthMeasureSpec, heightMeasureSpec);