diff options
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/DrawingStyle.java')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/DrawingStyle.java | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/DrawingStyle.java b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/DrawingStyle.java index 335e565..0938afa 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/DrawingStyle.java +++ b/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/api/DrawingStyle.java @@ -91,11 +91,17 @@ public enum DrawingStyle { HELP, /** - * The style used to raw illegal/error/invalid markers + * The style used to draw illegal/error/invalid markers */ INVALID, /** + * The style used to draw empty containers of zero bounds (which are padded + * a bit to make them visible during a drag or selection). + */ + EMPTY, + + /** * A style used for unspecified purposes; can be used by a client to have * yet another color that is domain specific; using this color constant * rather than your own hardcoded value means that you will be guaranteed to |