2017-01-24 3 views

답변

1

나는이 문제를 해결했다.이 코드는 내가이 문제를 해결했다. 희망이 코드는 누군가를 도울 것이다.

//Make the gradient start from 270 degrees 
    Matrix matrix = new Matrix(); 
    matrix.setRotate(270,baseArcRect.centerX(), baseArcRect.centerY()); 
    sweepGradient.setLocalMatrix(matrix); 


} 
관련 문제