-
Notifications
You must be signed in to change notification settings - Fork 128
add android ml-kit x clipdrop demo #9
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
ieschalier
left a comment
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.
Nice ! Can be good to add an entry in the main README with a quick gif demo 🙂
| // val textWidth = textPaint.measureText(text) | ||
| // canvas.drawRect( | ||
| // rect.left - STROKE_WIDTH, | ||
| // rect.top - textHeight, | ||
| // rect.left + textWidth + 2 * STROKE_WIDTH, | ||
| // rect.top, | ||
| // labelPaint | ||
| // ) | ||
| // // Renders the text at the bottom of the box. | ||
| // canvas.drawText(text, rect.left, rect.top - STROKE_WIDTH, textPaint) |
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.
Maybe we can clean some dead code
|
SonarCloud Quality Gate failed.
|









Uh oh!
There was an error while loading. Please reload this page.