Skip to content

naz013/emoji-rate-slider

Repository files navigation

Emoji Rate Picker View

Emoji Rate Picker View

Simple emoji rate picker slider view.

Inspired by this work - UpLabs

Screenshot

Screenshot

Sample APP

Download

Google Play

Download

Download latest version with Gradle:

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

dependencies {
    implementation 'com.github.naz013:emoji-rate-slider:1.0.5'
}

Usage

<com.github.naz013.emojislider.EmojiRateSlider
        android:id="@+id/mood_slider"
        android:layout_width="wrap_content"
        android:layout_height="48dp"
        app:ers_color_bg="#fefefe"
        app:ers_color_happy="#51ED8B"
        app:ers_color_sad="#ED6651"
        app:ers_color_weird="#FFC107"
        app:ers_has_weird="true"
        app:ers_max="9"
        app:ers_progress="4" />

License

Copyright 2019 Nazar Suhovich

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.