Skip to content

MaterialRatingBar is not showing on ListView Item placed in DrawerLayout NavigationView. #15

Description

@Maqsood007

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions