Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The progressBar is missing on 0.5.4 version #513

Open
ctkqiang opened this issue Jan 9, 2022 · 4 comments
Open

The progressBar is missing on 0.5.4 version #513

ctkqiang opened this issue Jan 9, 2022 · 4 comments

Comments

@ctkqiang
Copy link

ctkqiang commented Jan 9, 2022

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" />
@sinhpn92
Copy link

I have same issue

@ctkqiang
Copy link
Author

ctkqiang commented Mar 8, 2022

I have same issue

Sadly the Dev is not actively looking to fix the bug

@sinhpn92
Copy link

Did you solve or found other lib? @johnmelodyme

@ctkqiang
Copy link
Author

ctkqiang commented Mar 31, 2022

Did you solve or found other lib? @johnmelodyme

I solved it by git clone the source and fix the code myself as I mentioned the solution above. It's just the 'progress_dialog.xml' is missing.

Perhaps we should fork this project and maintain our own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants