crossVisualize

fun RemoteViews.crossVisualize(@IdRes hideView: Int, @IdRes showView: Int)

Hides one remote view and shows another.

This combines two RemoteViews.setViewVisibility calls for the common app-widget content swap case.