From 32b243dd4b800771897ccc2e1d894ece1587bd67 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Mon, 15 Oct 2012 20:31:30 -0700 Subject: Check for missing layout_width and layout_height attributes Also looks at style declarations and attributes on include tags to allow elements to either pick up sizes from styles or from the including context. Change-Id: I91a944805d8a906ff63b5a22f2faa876e7292c19 --- common/src/com/android/SdkConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/com/android') diff --git a/common/src/com/android/SdkConstants.java b/common/src/com/android/SdkConstants.java index adbc3c8..cd0cdcd 100644 --- a/common/src/com/android/SdkConstants.java +++ b/common/src/com/android/SdkConstants.java @@ -699,7 +699,7 @@ public final class SdkConstants { public static final String ATTR_COLOR = "color"; //$NON-NLS-1$ // Attributes: Layout - public static final String ATTR_LAYOUT_RESOURCE_PREFIX = "layout_"; //$NON-NLS-1$ + public static final String ATTR_LAYOUT_RESOURCE_PREFIX = "layout_";//$NON-NLS-1$ public static final String ATTR_CLASS = "class"; //$NON-NLS-1$ public static final String ATTR_STYLE = "style"; //$NON-NLS-1$ public static final String ATTR_CONTEXT = "context"; //$NON-NLS-1$ -- cgit v1.1