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

@ -57,7 +57,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.32.17'
implementation 'com.simplemobiletools:commons:5.32.21'
implementation 'joda-time:joda-time:2.10.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'

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)