-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have added resize buttons in StickerItem.java,TextStickerView.java … #3090
base: development
Are you sure you want to change the base?
i have added resize buttons in StickerItem.java,TextStickerView.java … #3090
Conversation
…, which make the App more user-friendly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although it does seem nice, can you use a vector instead of a bitmap since the image shown is small.
I tried vector images at first, But All the code is written for taking a bitmap and the previous image and all the other images are in Bitmap. @abishekvashok |
@mariobehling plz review |
@iamareebjamal can you plz review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty nice, but we cannot move forward with failing builds. Please check Travis and fix the build. Thank you.
Fixed #3041
Changes: I have added resize buttons in StickerItem.java,TextStickerView.java, which will make the App more user-friendly
Screenshots of the change:
StickerItem
TextSticker