From 52e3c4ebddd534c0c5f10bce8952a6266df1e140 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Mon, 24 Sep 2012 20:57:33 -0700 Subject: Ensure that themes are always style-prefixed Plus a few other minor tweaks/bug fixes Change-Id: Ic02db9123674ebfbc8977a94d1da4826ec13fb9b --- 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 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$ -- cgit v1.1