Is there a way to automatically rotate Icons when the device is using a RTL language? I can turn on
AutoMirror
for my own vector drawables but cant find a way to do that for Material Icons
n
Nader Jawad
06/14/2021, 2:43 AM
We don't have auto mirroring support quite yet but can be done by wrapping an existing Painter and using a scale of -1, 1 to mirror the contents within the corresponding implementation of the wrapped painter's draw method