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
{{ message }}
This repository was archived by the owner on Jul 22, 2019. It is now read-only.
I would like to implement Swipe Stack View in my layout I have done all the things perfect yet I cant the SwipeStackView is not visible in my layout... Should the StackVIew be single in the Activity?
Stack View inside layout and i have set android:clipChildren="false" in parent View.
I would like to implement Swipe Stack View in my layout I have done all the things perfect yet I cant the SwipeStackView is not visible in my layout... Should the StackVIew be single in the Activity?
Stack View inside layout and i have set
android:clipChildren="false"in parent View.This is how i have installed in my java file
and this is how i set the adapter
My problem is the SwipeStackView is not Visible on the screen...