diff options
author | Tor Norbye <tnorbye@google.com> | 2011-07-11 15:26:09 -0700 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2011-07-11 15:26:09 -0700 |
commit | e7929da09356242f4440a35acff412f9ed7fc1d1 (patch) | |
tree | 7914e8ee11ffb85bf183d588e390abca48751b3d | |
parent | 90c7e326d007dd645106dc1269f0713bb572ce3a (diff) | |
parent | 35e67b6d77edc59d1a108ed1da60f2b69e4416de (diff) | |
download | sdk-e7929da09356242f4440a35acff412f9ed7fc1d1.zip sdk-e7929da09356242f4440a35acff412f9ed7fc1d1.tar.gz sdk-e7929da09356242f4440a35acff412f9ed7fc1d1.tar.bz2 |
Merge "Fix merge error"
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java index 4907108..47ea0b5 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/LayoutConstants.java @@ -195,9 +195,6 @@ public class LayoutConstants { /** The fully qualified class name of an ExpandableListView */ public static final String FQCN_EXPANDABLE_LIST_VIEW = "android.widget.ExpandableListView"; //$NON-NLS-1$ - /** The fully qualified class name of a Spinner view */ - public static final String FQCN_SPINNER = "android.widget.Spinner"; //$NON-NLS-1$ - /** The fully qualified class name of a GestureOverlayView */ public static final String FQCN_GESTURE_OVERLAY_VIEW = "android.gesture.GestureOverlayView"; //$NON-NLS-1$ |