fix #636, ensure there is no stroke around contact placeholder letters
This commit is contained in:
parent
416054b792
commit
26341c1442
|
@ -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'
|
||||
|
|
|
@ -188,6 +188,7 @@ abstract class ContactActivity : SimpleActivity() {
|
|||
isAntiAlias = true
|
||||
textAlign = Paint.Align.CENTER
|
||||
textSize = wantedTextSize
|
||||
style = Paint.Style.FILL
|
||||
}
|
||||
|
||||
canvas.drawPaint(circlePaint)
|
||||
|
|
Loading…
Reference in New Issue