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

Commit 876e4978 authored by Philip Milne's avatar Philip Milne Committed by Android Git Automerger
Browse files

am 6edbfb9c: am a6d5109d: Merge "Fix for bug 8578258." into jb-mr2-dev

* commit '6edbfb9c':
  Fix for bug 8578258.
parents ae8ffa0f 6edbfb9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ public class RelativeLayout extends ViewGroup {
     * {@link View#MEASURED_SIZE_MASK}.
     * {@link View#MEASURED_STATE_TOO_SMALL}.
     **/
    private static final int DEFAULT_WIDTH = 0x008000000;
    private static final int DEFAULT_WIDTH = 0x00010000;

    public RelativeLayout(Context context) {
        super(context);