Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c00930f4 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 50ef7ab7: Docfix: remove confusing "disabled" link label.

* commit '50ef7ab7':
  Docfix: remove confusing "disabled" link label.
parents fabd32c1 50ef7ab7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12363,8 +12363,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