Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with slider on API 22 #61

Closed
proft opened this issue Jun 22, 2017 · 4 comments
Closed

Issue with slider on API 22 #61

proft opened this issue Jun 22, 2017 · 4 comments

Comments

@proft
Copy link

proft commented Jun 22, 2017

Hello!

I use compile 'io.apptik.widget:multislider:1.3' and have issue on API 22 with track.
Look at pic: https://ibb.co/dENuSk

@Prasanna-Datha
Copy link

Yup! Same here. The slider track is very thick in appearance.

@bmx666
Copy link
Contributor

bmx666 commented Jul 9, 2017

Hi, @proft and @Prasanna-Datha
This issue was fixed, see #47
Try use the latest snapshot

// in project build.grade
android {
    repositories {
        mavenCentral()
        maven {
            url "https://oss.sonatype.org/content/repositories/snapshots"
        }
    }
}

dependencies {
    compile 'io.apptik.widget:multislider:1.3.1-SNAPSHOT'
}

@perasoft
Copy link

perasoft commented Jan 1, 2018

Hey man. You keep closing this issue but i have tried the solution u provided it doesnt work. Please help me maybe i am getting something wrong.

@bmx666
Copy link
Contributor

bmx666 commented Jan 2, 2018

Hi @perasoft, Most of the people opened issues and don't response anything after month or after half year. I checked many times this issue on master branch.

  1. You look the issue library draw correct only from API 23 and above #47?
  2. Download latest master branch and compile with your app
  3. if you still have a trouble please attach part of xml-layout and source code for multislider, screenshots and API level of Android device/emulator.

P.S. waiting for answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants