Skip to content

Reading the strokeWidthDimension attribute causes exception #11

@BrunoBieri

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.

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