Material Design RatingBar with better appearance, compatible with Android 3.0+.
Why MaterialRatingBar?
- Consistent appearance on Android 3.0+.
- Extends framework RatingBar.
- Get the 2dp star border background as in Material Icons and Google apps.
- Correct custom tinting across platforms.
- Able to render correctly when layout_width is set to match_parent, as in Google Play Store.
- Able to scale correctly when layout_height is set to values other than 16dp, 36dp and 48dp.
- Able to display ratings such as 4.3 correctly, which will be filled to 4.5 by framework's incorrect implementation.
- Avoid framework's sunken half star visual glitch.
- Used as a drop-in replacement for framework RatingBar.
https://github.com/DreaminginCodeZH/MaterialRatingBar
Diseño de material RatingBar con una mejor apariencia, compatible con Android 3.0 o superior.
¿Por MaterialRatingBar?
- Apariencia consistente en Android 3.0 o superior.
- Se extiende RatingBar marco.
- Obtener el fondo de la frontera estrella 2DP como en los iconos del material y las aplicaciones de Google.
- Tintado personalizado correcto en todas las plataformas.
- Capaz de procesar correctamente cuando layout_width se establece en match_parent, como en Google Play Store.
- Capaz de escalar correctamente cuando layout_height se establece un valor distinto de 16DP, 36dp y 48DP.
- Capaz de mostrar clasificaciones tales como 4.3 correctamente, que se llenarán hasta el 4,5 por aplicación incorrecta del marco.
- Hundido media estrella fallo visual Evitar del marco.
- Se utiliza como una gota en el reemplazo para RatingBar marco.
https://github.com/DreaminginCodeZH/MaterialRatingBar