I am trying to show it in a RecyclerView as a view (not editable) but its not working , i tried those attributes but none of them worked
android:focusable="false"
android:clickable="false"
android:isIndicator="true"
android:focusableInTouchMode="false"
app:srb_clickable="false"
I also tried (ratingBar.setFocusable (false)) from the code and it still no changes
I am trying to show it in a RecyclerView as a view (not editable) but its not working , i tried those attributes but none of them worked
android:focusable="false"
android:clickable="false"
android:isIndicator="true"
android:focusableInTouchMode="false"
app:srb_clickable="false"
I also tried (ratingBar.setFocusable (false)) from the code and it still no changes