docs: update javadoc description for View.setVisibility() method
am: ae0459f532
Change-Id: Ie217e46288a11e86b2e5b6e56d8ce5cb2a214861
This commit is contained in:
@@ -8061,7 +8061,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
|
||||
|
||||
Reference in New Issue
Block a user