Skip to content

0.2.0

Compare
Choose a tag to compare
@douglasjunior douglasjunior released this 07 Apr 12:45
· 56 commits to master since this release

Changes

  • focusable(boolean): Allowing the user to specify whether the Window will be focusable or not, in case that we have layouts with Input fields inside of the custom layouts we supply to the Tooltip. #35
  • highlightShape(int): Added options to draw rectangle highlight or oval highlight. #36
  • overlayOffset(float): Added option to configure overlay offset.
  • Removed R.dimen.simpletooltip_overlay_circle_offset and added R.dimen.simpletooltip_overlay_offset
  • Improve some docs.