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

Create Toast like tooltips, but targets can be specified, plus custom properties and features

Results 91 android-target-tooltip issues
Sort by recently updated
recently updated
newest added

Fixes ClassCastException in the event a non-String CharSequence instance such as a SpannableString is used.

Error:(172, 43) error: cannot find symbol variable abc_ic_ab_back_mtrl_am_alpha

Simply rotate the device while showing the tooltip and observe the tooltip position will be wrong after orientation change.

Error:(1, 0) Cause: com/android/build/gradle/AppPlugin : Unsupported major.minor version 52.0

When I use the Android Material Navigation Drawer whith your tooltip lib, then the selected item in the Navigation Drawer is totally overlayed and you may not see the text...

My app was working fine until I changed my activity as a fragment. I have a custom gridview The getView() method ``` gridViewAndroid = inflater.inflate(R.layout.imageandtextcombined,null); TextView textViewAndroid = (TextView) gridViewAndroid.findViewById(R.id.textView1);...

![error](https://cloud.githubusercontent.com/assets/16797198/16731517/23063a9a-4796-11e6-9b75-bd5c573c772c.png) ![proper](https://cloud.githubusercontent.com/assets/16797198/16731518/2306cfc8-4796-11e6-8257-13b456aadaee.png)