Skip to content

The progressBar is missing on 0.5.4 version #513

@ctkqiang

Description

@ctkqiang

The exception I got was AAPT: error: resource android:attr/android:progressBarStyle not found.. I open the source in progress_dialog.xml of the library

            style="?android:attr/android:progressBarStyle" />

This line seems to be the problem.

@hebertialmeida @kjantzer @mahavir155 @thestr4ng3r @n0m0r3pa1n

Supposedly,

  <ProgressBar
            android:id="@+id/loading"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            style="?android:attr/progressBarStyle" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions