diff options
| author | Philip Milne <pmilne@google.com> | 2013-04-23 23:11:06 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-23 23:11:06 +0000 |
| commit | a6d5109dd69791ba51e469c30d522dc27ab2c69c (patch) | |
| tree | 274315c893fcd9b6ad39f2c12503e96ae6e7803e /core/java/android | |
| parent | b442d07469aebc07d1d13b5b64b40aa152022e13 (diff) | |
| parent | 3c647d23e5e00b5663f344b7c3f0ab38d74cf720 (diff) | |
Merge "Fix for bug 8578258." into jb-mr2-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index 906f02dc4a1f..f940226a1a60 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -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); |
