Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

Disable links highlighting. 8 years 7 months ago #9551

  • LingvistonTheOne
  • LingvistonTheOne's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 0
How can I disable links highlighting?
I've found setAnnotColor method in Global class but it is private so Global class modification is required.

Please Log in or Create an account to join the conversation.

Disable links highlighting. 8 years 7 months ago #9552

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
I confirm that actually you should modify global class.
From a colleague post
Hi,
if you don't want to remove them, you can set transparent background color to the links.

You have to:
setAnnotTransparency(0x00000000);
in default_config() method of Global class.

We're evaluating to make that method public from outside Global.java.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum