Android: How to change highlight color?

Hello,

For Android, is it possible to select a highlight and change its color? If yes, what methods should I look into?

Thanks

Zeeshan A Zakaria

Calling setInteriorColor and then refreshAppereance should work for you. Plus don’t forget to last call PDFViewCtrl.Update(annot, pageNum) if you need to refresh.