mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
fix #636, ensure there is no stroke around contact placeholder letters
This commit is contained in:
@ -188,6 +188,7 @@ abstract class ContactActivity : SimpleActivity() {
|
||||
isAntiAlias = true
|
||||
textAlign = Paint.Align.CENTER
|
||||
textSize = wantedTextSize
|
||||
style = Paint.Style.FILL
|
||||
}
|
||||
|
||||
canvas.drawPaint(circlePaint)
|
||||
|
Reference in New Issue
Block a user