diff options
| author | 2016-09-23 22:28:41 +0000 | |
|---|---|---|
| committer | 2016-09-23 22:28:41 +0000 | |
| commit | 357dfd039ad1452d5ffa1fca71fe3ae56dd100a5 (patch) | |
| tree | 67e879a42e73393ee572a17d6721d6b7130065c9 | |
| parent | 0b18f94cbc1a17d57ede76bb51735757b492acd5 (diff) | |
| parent | 66192078c505c1b15cd71acb5c05283c26a855d6 (diff) | |
docs: update javadoc description for View.setVisibility() method am: ae0459f532
am: 66192078c5
Change-Id: I7f3775c5fd9e63252cea9fafb8ed4b79c95bfcba
| -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 326415211dc1..972208363933 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -8059,7 +8059,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, } /** - * Set the enabled state of this view. + * Set the visibility state of this view. * * @param visibility One of {@link #VISIBLE}, {@link #INVISIBLE}, or {@link #GONE}. * @attr ref android.R.styleable#View_visibility |