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

Commit e21329ad authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "DO NOT MERGE Use correct param for heightMode in RelativeLayout...

Merge "DO NOT MERGE Use correct param for heightMode in RelativeLayout horizontal measure" into mnc-dr-dev am: 48234936 am: ac02be31
am: 41707942

* commit '41707942':
  DO NOT MERGE Use correct param for heightMode in RelativeLayout horizontal measure
parents c3152909 41707942
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ public class RelativeLayout extends ViewGroup {
            }

            final int heightMode;
            if (params.width == LayoutParams.MATCH_PARENT) {
            if (params.height == LayoutParams.MATCH_PARENT) {
                heightMode = MeasureSpec.EXACTLY;
            } else {
                heightMode = MeasureSpec.AT_MOST;