Docfix: remove confusing "disabled" link label.

Change-Id: I1acb9c8c20b6cda0e6cfb2fc1e450f37e7cd4eeb
This commit is contained in:
John Spurlock
2013-05-29 17:43:16 -04:00
parent 673903a275
commit 50ef7ab70a

View File

@@ -12362,8 +12362,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
/**
* <p>Specifies the type of layer backing this view. The layer can be
* {@link #LAYER_TYPE_NONE disabled}, {@link #LAYER_TYPE_SOFTWARE software} or
* {@link #LAYER_TYPE_HARDWARE hardware}.</p>
* {@link #LAYER_TYPE_NONE}, {@link #LAYER_TYPE_SOFTWARE} or
* {@link #LAYER_TYPE_HARDWARE}.</p>
*
* <p>A layer is associated with an optional {@link android.graphics.Paint}
* instance that controls how the layer is composed on screen. The following