0

I have created circle constraint via programmatically, now i have to break that constraint and reinitialize with different angle,Please help me out this

final ConstraintLayout cl = layoutRoot.findViewById(R.id.circle_constraint);
final ConstraintSet c = new ConstraintSet();
c.clone(cl);
c.constrainCircle(R.id.tvStartTime, R.id.imgCenter,100,60);
c.applyTo(cl);
jay shah
  • 290
  • 1
  • 8

0 Answers0