代码整理

This commit is contained in:
kehaoyuan
2017-05-05 18:24:37 +08:00
parent 4da12055e9
commit c96193b3d0
29 changed files with 44 additions and 66 deletions

View File

@ -74,7 +74,7 @@ public class ShareCardPicActivity extends BaseActivity {
public static Bitmap getBitmapByView(ScrollView scrollView) {
int h = 0;
Bitmap bitmap = null;
Bitmap bitmap;
// 获取scrollview实际高度
for (int i = 0; i < scrollView.getChildCount(); i++) {