これが私が必要とするものの画像です:
http://imgur.com/prXA5 1から2に変更する必要があり、プログラムでxmlを使用しない1つにする必要があります。
//Create transparent circle
RadialGradient gradient = new android.graphics.RadialGradient(newBitmap.getWidth() / 2,newBitmap.getHeight() / 2, newBitmap.getWidth() - newBitmap.getWidth() / 2, 0x00000000, 0xFF000000, android.graphics.Shader.TileMode.CLAMP);