TextDrawable
TextDrawable copied to clipboard
This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent...
Rationale: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Quote (from a link above): > May 1st | Bintray, JCenter, GoCenter, and ChartCenter services will no longer be available Further more: it seems that Signal Android app...
as the title, I am using CircleImageView library and your library dose not show anything
dynamically set icon for menu item but not showing.
Hi I'm using your Repo.I try to change background and text color same time.How I can do this? Here is my source ` public void setDrawableText(String text, int fontSize, int...
When I add it into a LayerDrawable, it shows blank
Hi, This is the code I have private val textBuilder = TextDrawable.builder() private val colorGenerator = ColorGenerator.MATERIAL; fun String.toTextDrawable() : TextDrawable { return textBuilder.buildRound( this[0].toString(), colorGenerator.randomColor ) } The generated...