slidetoact
slidetoact copied to clipboard
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cortinico/slidetoact). ## Config Migration Needed - [ ]...
I can only manage to set the outer_color to a color from the colors.xml file. Is there any workaround so I can use a gradient as outer_color. Thanks!
## Description `complete_icon` and `slider_icon` attributes are `@DrawableRes Int `variables. To be set up via Data binding they should also support the `Drawable` type. ## Related PRs/Issues #156 ## Todos...
Change AnticipateOvershootInterpolar to LinearInterpolator to avoid weird animation effect when slider dissappear on completion Enable/disable option for slider icon tint Enable/disable option for complete icon tint Added property to modify...
## Description Prevent long texts to be covered by the slide icon button as well as gets cut off by supporting text-wrapping. Used solution proposed by @Nealsoni00 and added ellipsis...
## Description When performing an action using this widget, I think it would be useful to convey a `loading` state before the slider is `complete` or `reset`. This PR attempts...
Suppose this xml code, The custom slider icon is not working. See this post for more: https://stackoverflow.com/questions/70812836/custom-icon-is-not-being-loaded-in-slidetoactview-from-slidetoact-dependency-fro I figured out in your code that you don't handle vector images correctly.
When sliding to end and slider collapse, default check mark won't be shown and when I set a custom vector animation for compelete_icon property it will be shown but not...
 my xml ``` ``` my callback method ``` fun setUpSlideCallBacks(){ val slideToActView :SlideToActView = findViewById(R.id.slideToActView) slideToActView.onSlideCompleteListener = object : SlideToActView.OnSlideCompleteListener{ override fun onSlideComplete(view: SlideToActView) { //its not getting called...
## What kind of issue is this? I want to know how to make a button to default side state (unslided) on slide complete as in my code I have...