AutoMirroringDrawableResolver
A DrawableResolver that is automatically mirroring a drawable returned from the wrapper resolver when its layout direction is RTL (right-to left). This is the equivalent of calling Drawable.setAutoMirrored(true).
Parameters
resolver
The DrawableResolver that produced a drawable to auto mirror.