public MyImageView(Context context) { super(context); } public MyImageView(Context context, AttributeSet attrs) { this(context, attrs, 0); } public MyImageView(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle); } //用來設(shè)置ImageView的位置 private void setLocat...
www.dbjr.com.cn/article/387...htm 2025-5-14