android-ratingreviews
android-ratingreviews copied to clipboard
Bad Alignment in RTL layouts
Describe the bug It seems that bars are aligned to their labels, and this produce bad output in RTL layouts.
To Reproduce
Set android:layoutDirection="rtl"
Expected behavior in RTL layouts bars should be aligned in right relative to each other.
Screenshots
Of course we can define empty strings (bars without any labels) to make bar alignment correct:
final String[] myStyle = new String[]{
"",
"",
"",
"",
""};