File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11### 跟miui一样的自动滚动截屏
22
3- >> 很久之前写过一篇完全不同于其他长截屏方案的的博客,不过很仓促,现在重新整理一下 [ android长截屏beta1] ( http://blog.csdn.net/qingchunweiliang/article/details/52248643 )
3+ > 很久之前写过一篇完全不同于其他长截屏方案的的博客,不过很仓促,现在重新整理一下 [ android长截屏beta1] ( http://blog.csdn.net/qingchunweiliang/article/details/52248643 )
44
55
66#### miui自动滚动长截屏效果
@@ -20,7 +20,7 @@ Canvas canvas = new Canvas(bitmap);
2020container. draw(canvas);
2121
2222 ```
23- >> 具体参考 ` DrawScrollViewAct ` ` DrawListViewAct `
23+ > 具体参考 ` DrawScrollViewAct ` ` DrawListViewAct `
2424
2525
2626#### 滚
@@ -54,7 +54,7 @@ container.draw(canvas);
5454
5555```
5656
57- >> 参考 ScrollAct
57+ > 参考 ScrollAct
5858
5959自动滚动效果
6060![ 自动滚动] ( https://github.com/android-notes/auto-scroll-capture/blob/master/auto_scroll.gif?raw=true )
@@ -64,7 +64,7 @@ container.draw(canvas);
6464
6565 * 每自动滚动完一屏幕调用` view.draw() ` 把` view ` 画到` bitmap ` 上,最后拼接bitmap
6666
67- >> 参考 ` AutoScreenShotsAct `
67+ > 参考 ` AutoScreenShotsAct `
6868
6969
7070 #### 为什么要嵌套一层view
@@ -240,4 +240,4 @@ SOFTWARE.
240240
241241
242242 ```
243-
243+
You can’t perform that action at this time.
0 commit comments