android-target-tooltip
android-target-tooltip copied to clipboard
Create Toast like tooltips, but targets can be specified, plus custom properties and features
Hello sephiroth74: < TextView android:id="@android:id/text1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:autoLink="all" android:clipToPadding="false" android:textAppearance="?android:attr/textAppearanceSmallInverse" /> "android:autoLink"-->This property may cause an error on some devices. Error log: Attempt to invoke interface method 'java.lang.String[] com.mediatek.common.util.IWebProtocolNames.getWebProtocolNames()' on...
``` ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.1] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:11:5-66:19 to override. ``` Adding...
When setting minifyEnabled true the circle animation is broken and only a static circle is shown. What proguard exceptions should we add to prevent this?
current source code, from today. comment in demo app: `MainActivity.kt` -> `// .maxWidth(metrics.widthPixels / 2)` and set Too long text (two lines), after no Tooltip is shown. It wrongly calculate...
i'm showing the tooltip on (x,y) coordinates, when the target moves i want to move the tooltip. how do you recommend doing that?
Hello, great Lib! But the ClosePolicy is some strange. I set: inside(true) outside(false) consume(false) So only the tooltip hides when clicked inside, I can touch on any other place of...
Hi, I could not make it to show tooltip. It always crash by saying `parent.windowToken must not be null` Stacktrace: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.altayer.nisnass.betaDebug/com.altayer.nisnass.pdp.PdpActivity}: java.lang.IllegalStateException: parent.windowToken must...
Hi, I could use the sample that you have put in the github but when I use this library in my project, I am getting a crash. I debugged and...
**_### while gradle, i got this error _** ` compile 'it.sephiroth.android.library.targettooltip:target-tooltip-library:2.0.3'` C:\Users\****i\.gradle\caches\transforms-1\files-1.1\appcompat-1.0.1.aar\a9e937edebf05855b7455098ed6d5880\res\values-v28\values-v28.xml Error:(9, 5) error: resource android:attr/dialogCornerRadius not found. ### then C:\Users\****i\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.1.1.aar\0d1fc6733aad15919deed5a76de319bd\res\values\values.xml Error:(251, 5) error: resource android:attr/fontVariationSettings not found. Error:(251,...
Hi to all! 🎉 As commented on this issue https://github.com/sephiroth74/android-target-tooltip/issues/28, using tooltips in adapters can cause NullPointerException when the adapter requests an update. The problem is that when the adapter...