CircularCounter icon indicating copy to clipboard operation
CircularCounter copied to clipboard

Improper args passed

Open deepakbaliga opened this issue 5 years ago • 0 comments

Great work man :) Would like to bring to your notice that In your CircularCounter.java mOneBounds = new Rect(left, top, right, bottom). You seem to have it as mOneBounds = new Rect(top, left, right, bottom)

deepakbaliga avatar Apr 16 '19 14:04 deepakbaliga