-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MaterialRatingBar is not showing on ListView Item placed in DrawerLayout NavigationView. #15
Comments
If you replace it with framework |
Yes it works and rating stars are showing up with framework RatingBar. |
Well it's likely a library issue then. Can you provide a minimal working example project? |
Any progress on this issue ? |
Could you pleade provide a MWE for this? |
Yes ,the same as RecycleView item |
I'm having a similar problem, MaterialRatingBar is not showing anything when in listview. |
I have the same problem on using it on RecycleView... |
I have the same problem when trying to put the MaretialRatingBar on Recyclerview, when i replaced it with the default RatingBar, it works perfectly |
I have placed the xml Of MaterialDesignRatingBar in a expandible lisview item and it is not showing at all. its working on my other listviews with in Activities and fragments.
<me.zhanghai.android.materialratingbar.MaterialRatingBar
android:id="@+id/ratingBar"
style="@style/Widget.MaterialRatingBar.RatingBar"
android:layout_width="@dimen/_150sdp"
android:layout_height="@dimen/_25sdp"
android:layout_centerInParent="true"
android:rating="5"
android:layout_marginLeft="@dimen/_5sdp"
android:layout_marginStart="@dimen/_5sdp" />
I don't want to go for another custom library for rating bar because i have used it in my project.
The text was updated successfully, but these errors were encountered: