graphics-samples
graphics-samples copied to clipboard
The PDF content can't be zoomed in or out
Issue by zhijiazheng123
Tuesday Jan 05, 2016 at 02:40 GMT
Originally opened as https://github.com/googlesamples/android-PdfRendererBasic/issues/3
I've implemented it, and want to contribute my change, may I?
Comment by mainr
Thursday Nov 03, 2016 at 18:57 GMT
Of course you may.
The normal way to contribute changes is to:
- Clone the repository to a local copy.
- Make your changes & commit them to your local copy.
- Issue a 'pull request'. Google will verify you have signed a CLA ("Contributor License Agreement" - see the thread on the current pull request against this project). Your pull request will document exactly what changes you made and to which files. The changes can then be reviewed, and (EVENTUALLY, though it seems google is VERY SLOW at this...) be merged into the repository.
Comment by mainr
Thursday Nov 03, 2016 at 18:58 GMT
Actually, since I'll be implementing zooming myself, I'm interested in your patch.
Was this code ever added? I'm very interested.
Is the zoom function implemented?