I'm just wondering if there is a way to change the presentation of the contents of PopUpWindow when it is already open.
According to the documentation for setContentView (View contentView):
This method does not work if called on a popup.
I tried to hide the content view using getContentView (). setVisibility (View.GONE) and change it, but this does not work either.
source
share