docs: update javadoc description for View.setVisibility() method

Bug: 19770068
This commit is contained in:
Mark Lu
2016-08-30 17:51:22 -07:00
parent 689c92db9d
commit ae0459f532

View File

@@ -7991,7 +7991,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