Home

Awesome

🌈 SSArcSeekBar

Choose your way to flaunt the progress.

Android-Studio Language Kotlin Version API

Different type of arc seekbar. Easy to use and configure your own seekbar using all the attributes.

Features :

🎬 Preview

Basic arc seekbarCustom thumb arc seekbar
Segmented arc seekbarAnimate Progress on start

🤔 How to use it

  1. Add it in your root build.gradle at the end of repositories:

          allprojects {
              repositories {
                  maven { url 'https://jitpack.io' }
              }
          }
    

All Attributes


Basic Arc Seekbar

AttributeDescriptionDefault
startAngleDegreesFrom which angle do you want to start your arc.30
thumbRadiusRadius of thumb in seekbar.11
thumbDrawableSet custom icon for thumb.None
showThumbShow/hide thumb according to your need.true
isThumbOutsideIf true then it will set thumb outside the progress track.false
thumbColorSet thumb color when not using any image/drawable for it.orange
trackGradientUsed to set array of colors for track. can be used with single color.grey
showProgressShow/hide progress according to your need.true
progressSet default progress.0
trackWidthset width of seekbar track and progress.8
progressGradientArray of colors for progress. Can be used with single color.green, red

Segmented Arc Seekbar

AttributeDescriptionDefault
start_progressSet default start progress.1
start_offsetSet the seekbar start offset angle from bottom horizontal center.30
sweep_angleSet total angle covered by arc.-1
maxSet the maximum value of the seekbar.25
minSet the minimum value of the seekbar.1
progress_radiusSet the radius of the progress arc.-1
progress_primary_colorSet the progress color.yellow
progress_secondary_colorSet the track color.black
progress_primary_circle_sizeSet the progress circle size.-1
progress_secondary_circle_sizeSet the track circle size..-1
progress_primary_stroke_widthSet the progress thickness for continuous type.25
progress_secondary_stroke_widthSet the track thickness for continuous type.10

Other Library used:

Find this library useful? ❤️

Support it by joining stargazers for this repository..⭐

🤝 How to Contribute

Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! 💪 Check out our Contributing Guide for ideas on contributing.

🐛 Bugs and Feedback

For bugs, feature requests, and discussion please use GitHub Issues.

Awesome Mobile Libraries

License

Copyright 2021 Simform Solutions

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.