Docfix: remove confusing "disabled" link label.
Change-Id: I1acb9c8c20b6cda0e6cfb2fc1e450f37e7cd4eeb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user