Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti committed Jul 3, 2016
1 parent 22c2b80 commit 7d5d526
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import android.support.v4.content.ContextCompat;
import android.support.v4.view.MotionEventCompat;
import android.util.AttributeSet;
import android.util.Log;
import android.view.Gravity;
import android.view.MotionEvent;
import android.view.View;
Expand Down Expand Up @@ -384,15 +383,6 @@ else if(i==1)
}
}

@Override
protected void onSizeChanged(int w, int h, int oldw, int oldh) {
super.onSizeChanged(w, h, oldw, oldh);

requestLayout();
invalidate();
Log.d(this.getClass().getSimpleName(), "size changed");
}

@Override
public void draw(Canvas c) {
super.draw(c);
Expand Down

0 comments on commit 7d5d526

Please sign in to comment.