vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

RTL support #216

Closed david-serrano closed 6 years ago

david-serrano commented 6 years ago

Hi, Im seeing some weird behaviour when displaying images in RTL mode (phone in arabic for example).

When loading normally i get the following expected layout and rendering: screenshot_20180531-115610__01

However when RTL is enabled, i get the following. screenshot_20180531-115632__01

I think this is specific to the library as the text below renders fine, but nothing, not even placeholders get drawn for RoundedImageViews. I've checked with layout bounds drawn and the space is there, just nothing gets shown

david-serrano commented 6 years ago

closing as not related to RoundedImageView in the end