How can I set the night mode color?
by Conor Smith | August 29, 2018
From version 5.1, Foxit PDF SDK for Android supports setting the night mode color as desired. To set the night mode color, you should call the PDFViewCtrl.setMappingModeBackgroundColor(int) and PDFViewCtrl.setMappingModeForegroundColor(int) APIs to set the color as you wish, then set the color mode by using PDFViewCtrl.setColorMode(int). Note: If the color mode is already set to Renderer.e_ColorModeMapping, […]
Keep reading