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 {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:5.32.17'
|
implementation 'com.simplemobiletools:commons:5.32.21'
|
||||||
implementation 'joda-time:joda-time:2.10.1'
|
implementation 'joda-time:joda-time:2.10.1'
|
||||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
|
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
|
||||||
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
|
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
|
||||||
|
|
|
@ -188,6 +188,7 @@ abstract class ContactActivity : SimpleActivity() {
|
||||||
isAntiAlias = true
|
isAntiAlias = true
|
||||||
textAlign = Paint.Align.CENTER
|
textAlign = Paint.Align.CENTER
|
||||||
textSize = wantedTextSize
|
textSize = wantedTextSize
|
||||||
|
style = Paint.Style.FILL
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas.drawPaint(circlePaint)
|
canvas.drawPaint(circlePaint)
|
||||||
|
|
Loading…
Reference in New Issue