aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/src/com/android/SdkConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/com/android/SdkConstants.java b/common/src/com/android/SdkConstants.java
index 8c798c8..04fa987 100644
--- a/common/src/com/android/SdkConstants.java
+++ b/common/src/com/android/SdkConstants.java
@@ -945,7 +945,7 @@ public final class SdkConstants {
public static final String ATTR_REF_PREFIX = "?attr/"; //$NON-NLS-1$
public static final String R_PREFIX = "R."; //$NON-NLS-1$
public static final String R_ID_PREFIX = "R.id."; //$NON-NLS-1$
- public static final String R_LAYOUT_RESOURCE_PREFIX = "R.layout."; //$NON-NLS-1$
+ public static final String R_LAYOUT_RESOURCE_PREFIX = "R.layout."; //$NON-NLS-1$
public static final String R_DRAWABLE_PREFIX = "R.drawable."; //$NON-NLS-1$
public static final String R_ATTR_PREFIX = "R.attr."; //$NON-NLS-1$