Skip to content

Commit

Permalink
removed unnecessary text-size setting
Browse files Browse the repository at this point in the history
faifai21 committed Nov 26, 2013
1 parent 3a9c1de commit 09d6859
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -303,7 +303,6 @@ public void onDraw(Canvas ca) {
paint.setAntiAlias(true);
canvas.drawLine(sidePadding, getHeight() - bottomPadding, getWidth()-sidePadding, getHeight()-bottomPadding, paint);
paint.setAlpha(255);
paint.setTextSize(50);

for (Line line : lines){
int count = 0;

0 comments on commit 09d6859

Please sign in to comment.