We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67681d2 commit 07142b4Copy full SHA for 07142b4
yhlibrary/src/main/java/org/yh/library/view/YHImageViewRoundOval.java
@@ -11,17 +11,17 @@
11
import android.graphics.Shader;
12
import android.graphics.drawable.BitmapDrawable;
13
import android.graphics.drawable.Drawable;
14
+import android.support.v7.widget.AppCompatImageView;
15
import android.util.AttributeSet;
16
import android.util.TypedValue;
-import android.widget.ImageView;
17
18
/**
19
* 作者:游浩 on 2017/12/11 10:46
20
* https://github.com/android-coco/YhLibraryForAndroid
21
* 邮箱:yh_android@163.com
22
* 实现圆形、圆角,椭圆等自定义图片View。
23
*/
24
-public class YHImageViewRoundOval extends ImageView
+public class YHImageViewRoundOval extends AppCompatImageView
25
{
26
private Paint mPaint;
27
0 commit comments