Merge "Don't constraint view sizes as much" into rvc-dev am: 43c3081443 am: 9812153705 am: 17a7890e7c
Change-Id: I805fa3b384c0210e51139a3799d7270719cdf5a2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user