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

Commit 50ef7ab7 authored by John Spurlock's avatar John Spurlock
Browse files

Docfix: remove confusing "disabled" link label.

Change-Id: I1acb9c8c20b6cda0e6cfb2fc1e450f37e7cd4eeb
parent 673903a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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