fix #636, ensure there is no stroke around contact placeholder letters

This commit is contained in:
tibbi
2021-01-02 12:41:02 +01:00
parent 416054b792
commit 26341c1442
2 changed files with 2 additions and 1 deletions

View File

@ -188,6 +188,7 @@ abstract class ContactActivity : SimpleActivity() {
isAntiAlias = true
textAlign = Paint.Align.CENTER
textSize = wantedTextSize
style = Paint.Style.FILL
}
canvas.drawPaint(circlePaint)