diff options
| author | Ashley Rose <ashleyrose@google.com> | 2019-03-04 16:44:07 -0500 |
|---|---|---|
| committer | Ashley Rose <ashleyrose@google.com> | 2019-03-04 16:46:15 -0500 |
| commit | de3b4a78cd9de88323ddf89c471595a0432c64c1 (patch) | |
| tree | 9c9be72693791e01b7204fb3c0005bae4a3175c6 /core/java/android/widget/RelativeLayout.java | |
| parent | 28bfe371086b4224bb9a8792171747cc70f6e816 (diff) | |
Add @InspectableProperty annotations to LayoutParams
Change-Id: I69eb71bec8bbf36564e178a3ddf4be9e00e2d531
Fix: 126913705
Test: m framework
Diffstat (limited to 'core/java/android/widget/RelativeLayout.java')
| -rw-r--r-- | core/java/android/widget/RelativeLayout.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/widget/RelativeLayout.java b/core/java/android/widget/RelativeLayout.java index 109c0a432c1b..8ee31e212cbf 100644 --- a/core/java/android/widget/RelativeLayout.java +++ b/core/java/android/widget/RelativeLayout.java @@ -1286,6 +1286,7 @@ public class RelativeLayout extends ViewGroup { * the anchor's visibility is GONE. */ @ViewDebug.ExportedProperty(category = "layout") + @InspectableProperty(name = "layout_alignWithParentIfMissing") public boolean alignWithParent; public LayoutParams(Context c, AttributeSet attrs) { |
