Package io.rong.imkit.utils
Class ImageViewUtils
-
- All Implemented Interfaces:
public class ImageViewUtils处理 ImageView
-
-
Constructor Summary
Constructors Constructor Description ImageViewUtils()
-
Method Summary
Modifier and Type Method Description static voidenableDrawableAutoMirror(ImageView imageView)设置 ImageView 的 Drawable 自动翻转,适用于带有方向性的 Drawable -
-
Method Detail
-
enableDrawableAutoMirror
static void enableDrawableAutoMirror(ImageView imageView)
设置 ImageView 的 Drawable 自动翻转,适用于带有方向性的 Drawable
- Parameters:
imageView- ImageView
-
-
-
-