In Android, you can create bitmaps with anti-aliased rounded corners on the fly using the code snippet below. If anyone finds a more obvious way please feel free to ping me â Iâd really love to know about it. (This code may be used under the terms of Apache License â Version 2) public static Bitmap getRoundedCornerBitmap(Bitmap bitmap) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitma
{{#tags}}- {{label}}
{{/tags}}