Skip to content

Instantly share code, notes, and snippets.

@xy1ito1
xy1ito1 / CircleImageView.md
Last active June 6, 2017 06:55
圆形图片

java代码


/*

  • Copyright 2014 - 2017 Henning Dodenhof
  • Licensed under the Apache License, Version 2.0 (the "License");
  • you may not use this file except in compliance with the License.
  • You may obtain a copy of the License at
  • http://www.apache.org/licenses/LICENSE-2.0
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import android.graphics.RectF;
import android.util.AttributeSet;
import android.widget.ImageView;
@xy1ito1
xy1ito1 / compile.md
Last active October 31, 2021 14:59
常用代码