orhanobut / dialogplus

Advanced dialog solution for android
Apache License 2.0
5k stars 793 forks source link

Dynamically change a popover content #200

Closed BoumBam closed 4 years ago

BoumBam commented 4 years ago

Is there a way to change dynamically the content of a popover ? I tried to change the text like that: .setText(""); I also tried to change the imageView like that: imgview.setImageBitmap(bitmap);

But nothing did change.

Thanks.