INNER CODE UNIT · Java
setBackgroundResource
florent37/ShapeOfView · shapeofview/src/main/java/io/github/florent37/shapeofview/ShapeOfView.java:65
public void setBackgroundResource(int resid) {
//disabled here, please set a background to to this view child
//super.setBackgroundResource(resid);
}
@Override
public void setBackgroundColor(int color) {
//disabled here, please set a background to to this view child
//super.setBackgroundColor(color);
}
private void init(Context context, AttributeSet attrs) {
clipPaint.setAntiAlias(true);
setDrawingCacheEnabled(true);
setWillNotDraw(false);