Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
minetsh committed Jan 9, 2018
1 parent bf62f21 commit 727f202
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 68 deletions.
69 changes: 69 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 0 additions & 66 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
![Summary](./screenshot/summary.png)


# 功能

- 缩放平移
- 涂鸦
- 文字
- 马赛克
- 缩放裁剪
- 旋转

主要功能与微信图片编辑类似,除文字贴图功能在缩放操作上略有不同。


Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ private void showGalleryMenu() {
}
}

private class ImageAdapter extends RecyclerView.Adapter<ImageViewHolder> implements IMGGalleryHolderCallback {
private class ImageAdapter extends RecyclerView.Adapter<ImageViewHolder>
implements IMGGalleryHolderCallback {

private List<IMGImageViewModel> models;

Expand Down Expand Up @@ -241,7 +242,8 @@ public void onCheckClick(RecyclerView.ViewHolder holder) {
}
}

private static class ImageViewHolder extends RecyclerView.ViewHolder implements View.OnClickListener {
private static class ImageViewHolder extends RecyclerView.ViewHolder
implements View.OnClickListener {

private CheckBox mCheckBox;

Expand Down
Binary file added screenshot/summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 727f202

Please sign in to comment.