CircleAnimation
CircleAnimation copied to clipboard
border color not change even using setBorderColor() and setBorderWidth()
I want to change circle border color of imageview but when i am using setBorderColor() and setBorderWidth() image is not display and solid color fill in circle but i just want to change border color of circle
new CircleAnimationUtil().attachActivity(RecipeDetail.this)
.setTargetView(targetView)
.setMoveDuration(1000)
.setDestView(destView)
**.setBorderWidth(7)
.setBorderColor(Color.WHITE)**
.setAnimationListener(new Animator.AnimatorListener() {
.....
});
This will change your Border color and width.