afreakyelf / Pdf-Viewer

A Lightweight PDF Viewer Android library which only occupies around 80kb while most of the Pdf viewer occupies up to 16MB space.
https://afreakyelf.github.io/Pdf-Viewer/
MIT License
822 stars 173 forks source link

Support multi language apps #66

Closed Catah97 closed 1 year ago

Catah97 commented 1 year ago

In multi-langue app must not be 'of'. I would say this fix should be good enough, or there must be a way how to configure PdfRendererView in another way.

And for future deployment, I would recommend you remove the Wrapping activity and let only the View itself that will work only with local files. In this way, the library would be more flexible and more attractive for developers.