Results 24 issues of Nstd

看了下源码,Sticky是通过ScrollView里嵌套RecycleView的方式做的,而RecycleView的height设置了wrap_content,有大量数据的时候严重影响性能,有没有其他实现方式?

hi, lawloretienne when i set horizontalBarThickness=2dp, tickMarkRaduis=2.5dp, and a normal progressDrawable, the progressDrawable just fit tickMark's height, but not the backdrop's height.

https://github.com/xmuSistone/CardSlidePanel/blob/70dab2540745c39bfef805c4621b52ebfb85fc97/CardSlidePanel/library/src/main/java/com/stone/card/library/CardSlidePanel.java#L226-L234 这里要改成`index + 2 >= viewList.size()`,否则调用`processLinkageView(changedView);`的时候`ajustLinkageViewItem(changedView, rate2, 2);` 会数组越界

可以根据重力反馈,自动调节水平面的倾斜度

如果view的高度增加,阴影会被截断

目前使用的是1.0.9的版本 debug了一下,布局重复测量的时候,在 `onMeasure()` 里 `realWidth` 可能为0。导致 `mMaxTextWidth` 变成了0,文字显示不出来。 回退到1.0.8就正常了 https://github.com/zyyoona7/WheelPicker/blob/d1c3f71aa53947b105852d85e62238c71f95a114/wheelview/src/main/java/com/zyyoona7/wheel/WheelView.java#L369-L385

Origin video info: ``` log D:\develop\ffmpeg>ffmpeg -i C:\Users\Admin\Desktop\VID20210722180458.mp4 ffmpeg version git-2020-06-26-7447045 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 9.3.1 (GCC) 20200621 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv...

Current fragment presentation mode is All Fragments and subFragments. But it's a little confused to find the visibile one. So, hope there's a button to change the presentation mode which...