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

how to change seekArc thumb or thumb color? #73

Open
hamza0235 opened this issue Mar 19, 2019 · 1 comment
Open

how to change seekArc thumb or thumb color? #73

hamza0235 opened this issue Mar 19, 2019 · 1 comment

Comments

@hamza0235
Copy link

No description provided.

@hamza0235 hamza0235 changed the title change seek how to change seekArc thumb or thumb color? Mar 19, 2019
@alexEulerity
Copy link

Create a custom drawable XML like -->

<solid
    android:color="@color/white"/>

<size
    android:height="20dp"
    android:width="20dp" />

Then add it via XML -->

app:thumb="@drawable/custom_thumb_sub_slider"

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

2 participants