Package-level declarations
Types
Functions
Link copied to clipboard
Gets the value of an attribute with id resId.
Link copied to clipboard
Gets a color stored in attribute
Link copied to clipboard
Gets an attribute with id resId, and returns it as TypedValue.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Checks if a view is visible
Updates the visibility of the MenuItem to visible. Works as an alias for MenuItem.setVisible.
fun <T : View?> visibility(views: ViewList<T>, visible: Boolean, setGone: Boolean = true, debug: Boolean = false)
fun visibility(view: View?, visible: Boolean, setGone: Boolean = true, debug: Boolean = false, clearAnimation: Boolean = true)
fun View.visibility(visible: Boolean, setGone: Boolean = true, debug: Boolean = false, clearAnimation: Boolean = true)
Sets the visibility of the view