You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: