Skip to content

Auto animation start issue #13

@yhznd

Description

@yhznd

When I define CircularProgressBar in programmatically, the bar is starting animation when app launched. But I didn't ANY define animation for it.

   CircularProgressBar c3=new CircularProgressBar(relativeLayout.getContext());
    relativeLayout.addView(c3);
    c3.setTitle(String.valueOf(yuzdeler[position]));
    c3.setSubTitle("GÜN KALDI");
    c3.setProgress(80);
    c3.setLayoutParams(lp);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions