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

Commit 0ffefdf9 authored by John Spurlock's avatar John Spurlock
Browse files

Docfix: remove confusing "disabled" link label.

Change-Id: I96ebc44fe69de60e187f200b5e9d0b5adc478c17
parent 579c00ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12413,8 +12413,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