SeekBarHint icon indicating copy to clipboard operation
SeekBarHint copied to clipboard

SeekBarHint allows to add a view witch is moved and updated according to the SeekBar position

Results 5 SeekBarHint issues
Sort by recently updated
recently updated
newest added

view.getX() and view.getY() return values relative to the parent view, so if SeekBarHint is nested in another view, position of the popup is wrong.

- Android Studio 2.1.3 The following classes could not be instantiated: - it.moondroid.seekbarhint.library.SeekBarHint Exception Details: java.lang.NoSuchMethodError: android.graphics.drawable.VectorDrawable_Delegate.nCreateTreeFromCopy(JJ)J at android.graphics.drawable.VectorDrawable.nCreateTreeFromCopy(VectorDrawable.java) at android.graphics.drawable.VectorDrawable.access$400(VectorDrawable.java:204) at android.graphics.drawable.VectorDrawable$VectorDrawableState.createNativeTreeFromCopy(VectorDrawable.java:837) at android.graphics.drawable.VectorDrawable$VectorDrawableState.(VectorDrawable.java:812) at android.graphics.drawable.VectorDrawable.mutate(VectorDrawable.java:268) at android.graphics.drawable.DrawableContainer$DrawableContainerState.addChild(DrawableContainer.java:817) at...

**Main features:** - `android:rotation=0|90` support - better offset computation **Additional reasons:** - alwaysShown, layout, animation and theme style support - better naming conventions - res cleanup

- update gradle plugin to latest - add ability to use jitpack.io - add convinient .gitignore and codeStyle - rename app->sample and use AppCompat library for it

Hi, first of all, thank you for the widget. I have found out that the widget shows the popup at wrong position if `popupWidth` is not specified. ``` private float...