Package-level declarations

Functions

Link copied to clipboard

Returns widget IDs for provider type T.

Link copied to clipboard
fun RemoteViews.crossVisualize(@IdRes hideView: Int, @IdRes showView: Int)

Hides one remote view and shows another.

Link copied to clipboard
fun RemoteViews.hide(@IdRes view: Int, visibility: Int = View.GONE)

Sets a remote view to visibility, defaulting to View.GONE.

Link copied to clipboard

Sets a remote view to View.VISIBLE.

Link copied to clipboard

Sets a remote view background color.

Link copied to clipboard

Applies a color filter to an image-like remote view.