tikcat
tikcat
ListViewFroScrollView中侧滑删除了item无法缩进,已经调用了smoothClose() 却没出现缩进效果 mHold.swipeItem.setIos(true); //delete mHold.itemDeleteBtn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { mMessage = mHandler.obtainMessage(); mMessage.what = 1; mMessage.arg1 = position; mHandler.sendMessage(mMessage); mHold.swipeItem.smoothClose(); mHold.swipeItem.quickClose(); //在ListView里,点击侧滑菜单上的选项时,如果想让擦花菜单同时关闭,调用这句话 ((SwipeMenuLayout) mHold.swipeItem).quickClose(); notifyDataSetChanged(); }...
When the SlidableAction slides to the left to open and close the current page, you will see the lagging animation of the SlidableAction exceeding the current boundary on the previous...
主Activity使用到ViewPager时,ViewPager来回滑动几次,侧滑的View就会失效