AriesHoo / UIWidget

一个集成TabLayout、UIAlertDialog、UIActionSheetDialog、UIProgressDialog、TitleBarView(自带沉浸式标题栏)、CollapsingTitleBarLayout、RadiusView(圆角及状态背景设置View解放shape文件)、KeyboardHelper(软键盘控制及遮挡控制类)、StatusViewHelper(状态栏沉浸帮助类)、NavigationViewHelper(导航栏沉浸式帮助类)、AlphaViewHelper(View透明度控制帮助类) 等项目常用UI库
Apache License 2.0
425 stars 74 forks source link

RadiusRelativeLayout滑动冲突 #41

Closed sceneren closed 3 years ago

sceneren commented 3 years ago

RadiusRelativeLayout 作为recyclerView的根布局,会与smartrefreshLayout产生滑动冲突

sceneren commented 3 years ago

我不确定是和SmartRefreshLayout冲突还是RecyclerView冲突

AriesHoo commented 3 years ago

提供下xml布局

AriesHoo commented 3 years ago

只需要大概层级即可

sceneren commented 3 years ago

image 如果用 RadiusRelativeLayout作为根布局就会出现冲突,加了一层就好了

AriesHoo commented 3 years ago

收到,你先这样解决,我看看啥问题