Skip to content

Reading the strokeWidthDimension attribute causes exception #11

Description

@BrunoBieri

The line 68 in CircleProgressBar.java

strokeWidthDimension = ta.getFloat(R.styleable.CircleProgressBar_strokeWidthDimension, 10);

should be changed to:

strokeWidthDimension = ta.getDimension(R.styleable.CircleProgressBar_strokeWidthDimension, 10);

because the strokeWidthDimension is defined as a dimension.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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