scwang90 / SmartRefreshLayout

🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
https://segmentfault.com/a/1190000010066071
Apache License 2.0
24.79k stars 4.93k forks source link

希望加入一个参数 #1490

Open sonicepro opened 1 year ago

sonicepro commented 1 year ago

希望加入一个boolean参数:header如果被设置成了SpinnerStyle.FixedFront,下拉释放后,Content整体回到原始位置,让header在content上层显示,有轻微遮挡。原因:header有时候是状态指示器,但它是弱状态,不影响其他ui使用。现在的header加载时content整体被下移,加载完就自动上移,上移过程中不方便content的点击。