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
Hello Dear,
This is really good Library and I am using this in my project. Well I am facing a weired problem I dont know why But I have spent more than 3 hours to figure out this but vain. The thing is shimmer not showing in some fragments
Hello Dear,
This is really good Library and I am using this in my project. Well I am facing a weired problem I dont know why But I have spent more than 3 hours to figure out this but vain. The thing is shimmer not showing in some fragments
`
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/bgLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.coordinatorlayout.widget.CoordinatorLayout>`
And shimmer_car_list is here Bellow
`
<com.google.android.material.card.MaterialCardView
How I am calling it is here bellow
binding.allSearchResultRecyclerView.showShimmerAdapter();
Shimmer not showing :(
The text was updated successfully, but these errors were encountered: