YB
Results
1
issues of
YB
extend from TextView and override the draw method: ``` Paint paint = new Paint(Paint.ANTI_ALIAS_FLAG); public void draw(Canvas canvas) { RectF rect = new RectF(ShrinkX, ShrinkY, getMeasuredWidth() - ShrinkX, getMeasuredHeight() -...