All Projects → bravoborja → Simpleratingbar

bravoborja / Simpleratingbar

Licence: apache-2.0
SimpleRatingBar allows us to create a RatingBar with margin between items

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Simpleratingbar

Speedometer
A lightweight circular indicator view library for Android
Stars: ✭ 183 (+27.08%)
Mutual labels:  library, customview
Blurimage
This Android Project help you to make your image blur in fastest way
Stars: ✭ 162 (+12.5%)
Mutual labels:  library, customview
Codeeditor
Code Editor Native Way
Stars: ✭ 155 (+7.64%)
Mutual labels:  library, customview
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (-78.47%)
Mutual labels:  library, customview
Tosin
Initialize a npm package with everything included, from CI to documentation website
Stars: ✭ 142 (-1.39%)
Mutual labels:  library
Lc kicad lib
kicad production symbol and footprint library auto convert from JLC's integrate Altium Designer library
Stars: ✭ 140 (-2.78%)
Mutual labels:  library
Criterion
Microbenchmarking for Modern C++
Stars: ✭ 140 (-2.78%)
Mutual labels:  library
Hledger
A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Stars: ✭ 1,887 (+1210.42%)
Mutual labels:  library
Android Cookie Store
Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews.
Stars: ✭ 144 (+0%)
Mutual labels:  library
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-0.69%)
Mutual labels:  library
Asynquence
Asynchronous flow control (promises, generators, observables, CSP, etc)
Stars: ✭ 1,737 (+1106.25%)
Mutual labels:  library
Circle Menu Android
⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Android UI library made by @Ramotion
Stars: ✭ 1,807 (+1154.86%)
Mutual labels:  library
Bounceview Android
Customizable bounce animation for any view like in Clash Royale app
Stars: ✭ 142 (-1.39%)
Mutual labels:  library
Textwriter
Animate your texts like never before
Stars: ✭ 140 (-2.78%)
Mutual labels:  customview
Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (-0.69%)
Mutual labels:  library
Pipedrive
Complete Pipedrive API client for PHP
Stars: ✭ 138 (-4.17%)
Mutual labels:  library
Geojsonify
Easily add GeoJson layers to your Maps
Stars: ✭ 141 (-2.08%)
Mutual labels:  library
Lib
🤖 Lets you focus on the stuff that matters
Stars: ✭ 142 (-1.39%)
Mutual labels:  library
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-2.78%)
Mutual labels:  library
Kiwix Tools
Command line Kiwix tools: kiwix-serve, kiwix-manage, ...
Stars: ✭ 139 (-3.47%)
Mutual labels:  library

SimpleRatingBar

SimpleRatingBar allows us to create a RatingBar with margin between items

Download

To add the SimpleRatingBar library to your Android Studio project, simply add the following gradle dependency:

compile 'com.borjabravo:simpleratingbar:1.0.0'

Usage

To use the SimpleRatingBar on your app, add the following code to your layout:

<com.borjabravo.simpleratingbar.SimpleRatingBar
    android:id="@+id/simple_rating_bar"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:isIndicator="false"
    app:ratingCount="5"
    app:ratingMargin="15dp"
    app:ratingSize="42dp"/>

You can choose other properties in order to show custom drawables of SimpleRatingBar, like ratingEmpty, ratingHalf and ratingFilled.

SimpleRatingBar

Acknowledgement

Project based in https://github.com/Ornolfr/RatingView

License

Copyright 2017 Borja Bravo Álvarez

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].