Skip to content

Instantly share code, notes, and snippets.

View Yellow5A5's full-sized avatar

Acropolis Yellow5A5

  • South China Normal University
  • Hangzhou
View GitHub Profile
package com.yellow5a5.roundedcornerslayout;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.RectF;
import android.util.AttributeSet;
import android.util.Log;