rainmeterLotus
Results
3
comments of
rainmeterLotus
用@huangkaisihuo 方法,在三星手机Galaxys9,9.0系统还是不行
> > 用@huangkaisihuo 方法,在三星手机Galaxys9,9.0系统还是不行 > > 看看这个行不,我自己改的 [reader](https://github.com/390057892/reader) 厉害了,可以了,这我这个三星手机可以了
使用RectF,将你的Bitmap绘制在RectF区域内,然后,上下滚动的时候,能收到上下滚动的距离,然后再给RectF做上下距离的变换: public RectF(float left, float top, float right, float bottom) { this.left = left; this.top = top; this.right = right; this.bottom = bottom; }