android-target-tooltip icon indicating copy to clipboard operation
android-target-tooltip copied to clipboard

Added canScroll and onClickListener options to Tooltip.Builder, and upgraded gradle build tools

Open rjalmo opened this issue 7 years ago • 0 comments

This update adds two new options to the Tooltip Builder: canScroll and onClickListener. Getting the TextView object is also exposed as an interface method, so further customizations can be done after the tooltip is shown especially when clients provide a custom TextView via builder.withCustomView(). The gradle files have also been updated to 3.0.1 and compile with Java 8

rjalmo avatar Jan 11 '18 21:01 rjalmo