make sure there is no stroke at letter placeholders

This commit is contained in:
tibbi 2021-01-02 12:37:26 +01:00
parent 07c9f610b5
commit c8d7265c5a
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ buildscript {
propMinSdkVersion = 21
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.32.20'
propVersionName = '5.32.21'
kotlin_version = '1.4.21'
}

View file

@ -272,6 +272,7 @@ class SimpleContactsHelper(val context: Context) {
isAntiAlias = true
textAlign = Paint.Align.CENTER
textSize = wantedTextSize
style = Paint.Style.FILL
}
canvas.drawCircle(size / 2f, size / 2f, size / 2f, circlePaint)