Olyvcn

Results 3 comments of Olyvcn

@qianmang2 方法如下,如`RecyclerView`的空白区域 ```java //点击RecyclerView的空白区域时关闭菜单 @OnTouch(R.id.list) public boolean cancelSwipeMenuLayout(View view, MotionEvent event) { if (event.getAction() == MotionEvent.ACTION_UP) { SwipeMenuLayout viewCache = SwipeMenuLayout.getViewCache(); if (null != viewCache) { viewCache.smoothClose(); } } return...

Only two modules are referenced in the configuration file ```ps1 Import-Module posh-git Import-Module oh-my-posh ```