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

* commit 'a6d5109dd69791ba51e469c30d522dc27ab2c69c':
  Fix for bug 8578258.
This commit is contained in:
Philip Milne
2013-04-23 16:13:18 -07:00
committed by Android Git Automerger

View File

@@ -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);