You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading a gif with itemView.attachmentGifView.setMediaWithId(giphyMediaId)
shows the rounded corners specified in the xml, but overwrites them with a rectangular image when it is loaded. Adding a cardView and clipping doesn't fix the issue.
I see you are extending facebook views and therefore some attributes for rounded corners are part of the GPHMediaView, but the are ignored. Do you provide a way to round them?
Loading a gif with
itemView.attachmentGifView.setMediaWithId(giphyMediaId)
shows the rounded corners specified in the xml, but overwrites them with a rectangular image when it is loaded. Adding a cardView and clipping doesn't fix the issue.
I didn't find a way to specify rounded corners in code or make them stay after specifying them in xml. Any help would be appreciated!
The text was updated successfully, but these errors were encountered: