public class SwagPoints extends View { | |
// used in view creation programmatically | |
public SwagPoints(Context context) { | |
super(context); | |
} | |
// used in XML layout file | |
public SwagPoints(Context context, AttributeSet attrs) { | |
super(context, attrs); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment