Stepper-Touch
Stepper-Touch copied to clipboard
Stepper Touch for Android based on MaterialUp submission
Bumps gradle from 4.1.3 to 7.0.0. [](https://dependabot.com/compatibility-score/?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=4.1.3&new-version=7.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps appcompat from 1.2.0 to 1.3.1. [](https://dependabot.com/compatibility-score/?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.2.0&new-version=1.3.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless) from 5.12.4 to 5.14.2. Commits 6e79471 Published gradle/5.14.2 b71bf5a Published lib/2.15.2 5fe0566 Fix SQL whitespace handing in comments (#897) 39a1102 Fix SQL whitespace handing in comments fc350d4 Published...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
I am using this inside my View Holder. But somehow when I scroll my recycler view too fast the values of the stepper gets increased automatically without doing anything. Sometimes...
With the current layout the circle around the text spreads across the width. Here is a fix. It uses the spread aspect to make it paint correctly with constraint layout...
Hi, is there will be an update to support UI customisation on android dark mode ?
how set value programically or in xml file ?
The Kotlin example code shows setting minimum twice instead of min of 0 and max of 10. Seems double setting min with a starting value of 0 allows you to...
java.lang.NoSuchMethodError: No direct method (Landroid/view/View;Landroid/support/animation/DynamicAnimation$ViewProperty;F)V in class Landroid/support/animation/SpringAnimation; or its super classes (declaration of 'android.support.animation.SpringAnimation' appears in /data/app/example.atul.ballyhoohomescreenappchanges-2/split_lib_dependencies_apk.apk) at nl.dionsegijn.steppertouch.StepperTouch.onTouchEvent(StepperTouch.kt:151) at android.view.View.dispatchTouchEvent(View.java:9314) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2550) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2241) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2556) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2255)...