Skip to content

Commit

Permalink
MarkPoint 调整
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyanbin committed Oct 27, 2017
1 parent eed1e81 commit 4ed704b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
buildToolsVersion '26.0.2'

defaultConfig {
applicationId "com.bin.david.smartchart"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ public void drawPoint(Canvas canvas, float x, float y, boolean isShowDefaultColo

canvas.drawBitmap(markBitmap,bitmapRect,rect,paint);
paint.setXfermode(xfermode);
rect.top += width/6;
rect.right-= width/6;
rect.left +=width/6;
rect.bottom = rect.top+rect.width();
canvas.drawBitmap(avatorBitmap,avatorbitmapRect,rect,paint);
paint.setXfermode(null);
Expand Down
2 changes: 1 addition & 1 deletion chart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
buildToolsVersion '26.0.2'


defaultConfig {
Expand Down

0 comments on commit 4ed704b

Please sign in to comment.