Hi,
I would like to set the height of a TextView
to WRAP_CONTENT
remotely.
How would I do that, since there is no remoteviews.setLayoutParams(viewId, param)
function?
I tried remoteviews.setInt.(viewId, "setHeight", -2)
, but that just sets the height of the TextView
to zero...
Thanks!