lawloretienne / DiscreteSlider
- четверг, 14 июля 2016 г. в 03:12:35
Java
A slider that allows a user to select a value at one of the specified tickmarks
A slider that allows a user to select a value at one of the specified tickmarks
compile 'com.github.lawloretienne:discreteslider:0.0.6'
<dependency>
<groupId>com.github.lawloretienne</groupId>
<artifactId>discreteslider</artifactId>
<version>0.0.6</version>
</dependency>
<com.etiennelawlor.discreteslider.library.ui.DiscreteSlider
android:layout_width="match_parent"
android:layout_height="64dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:layout_gravity="bottom"
android:background="@color/grey_100"
app:backdropFillColor="@color/grey_200"
app:backdropStrokeColor="@color/grey_300"
app:backdropStrokeWidth="1dp"
app:horizontalBarThickness="4dp"
app:tickMarkCount="6"
app:tickMarkRadius="8dp"
app:thumb="@drawable/thumb"
app:progressDrawable="@drawable/transparent_progress_drawable"/>
Email - lawloretienne@gmail.com
Website - https://medium.com/@etiennelawlor
Feel free to contact me to add yours to this list.
Copyright 2016 Etienne Lawlor
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.