Skip to content

Commit 4d22bf6

Browse files
author
Blankj
committed
see 03/20 log
1 parent 65a78e0 commit 4d22bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/blankj/androidutilcode/feature/core/image/ImageActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public void initView(Bundle savedInstanceState, View view) {
6161
int height = src.getHeight();
6262

6363
mList.add(new ImageBean(R.string.image_src, src));
64+
mList.add(new ImageBean(R.string.image_add_color, ImageUtils.drawColor(src, Color.parseColor("#8000FF00"))));
6465
mList.add(new ImageBean(R.string.image_scale, ImageUtils.scale(src, width / 2, height / 2)));
6566
mList.add(new ImageBean(R.string.image_clip, ImageUtils.clip(src, 0, 0, width / 2, height / 2)));
6667
mList.add(new ImageBean(R.string.image_skew, ImageUtils.skew(src, 0.2f, 0.1f)));

0 commit comments

Comments
 (0)