FolioReader-Android icon indicating copy to clipboard operation
FolioReader-Android copied to clipboard

The progressBar is missing on 0.5.4 version

Open ctkqiang opened this issue 3 years ago • 4 comments

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" />

ctkqiang avatar Jan 09 '22 18:01 ctkqiang

I have same issue

sinhpn92 avatar Feb 26 '22 09:02 sinhpn92

I have same issue

Sadly the Dev is not actively looking to fix the bug

ctkqiang avatar Mar 08 '22 04:03 ctkqiang

Did you solve or found other lib? @johnmelodyme

sinhpn92 avatar Mar 31 '22 03:03 sinhpn92

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.

ctkqiang avatar Mar 31 '22 04:03 ctkqiang