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
Hi, Please tell me how to change mneu items once created (after mListView.setMenuCreator(creator) ).
As I have to filter the list but on Swipe shows menu as in the order of list created and menus set on creation.
The text was updated successfully, but these errors were encountered:
@vishalkaushal-mprog@baoyongzhang
I've just solved the problem in a "hack way".
The structure of a View of an Item looks like this(using icon):
SwipeMenuLayout
|--Your Item Layout
|--SwipeMenuView(one of a SwipeMenuItem you created)
|--LinearLayout(a container)
|--ImageView(Your icon)
|--SwipeMenuView(one of a SwipeMenuItem you created (Folded) )
|--SwipeMenuView(one of a SwipeMenuItem you created (Folded) )
... and so on
So your can approach your item icon in the following "hack way":
Hi, Please tell me how to change mneu items once created (after mListView.setMenuCreator(creator) ).
As I have to filter the list but on Swipe shows menu as in the order of list created and menus set on creation.
The text was updated successfully, but these errors were encountered: