diff options
Diffstat (limited to 'core/java/android/view/View.java')
| -rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index f2b3e89..ce9cdfa 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -8834,7 +8834,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * Change the view's z order in the tree, so it's on top of other sibling * views. This ordering change may affect layout, if the parent container * uses an order-dependent layout scheme (e.g., LinearLayout). Prior - * to {@link android.os.Build.VERSION_CODES#KEY_LIME_PIE} this + * to {@link android.os.Build.VERSION_CODES#KITKAT} this * method should be followed by calls to {@link #requestLayout()} and * {@link View#invalidate()} on the view's parent to force the parent to redraw * with the new child ordering. |
