Skip to content

Commit 26341c1

Browse files
committed
fix #636, ensure there is no stroke around contact placeholder letters
1 parent 416054b commit 26341c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.simplemobiletools:commons:5.32.17'
60+
implementation 'com.simplemobiletools:commons:5.32.21'
6161
implementation 'joda-time:joda-time:2.10.1'
6262
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
6363
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/ContactActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ abstract class ContactActivity : SimpleActivity() {
188188
isAntiAlias = true
189189
textAlign = Paint.Align.CENTER
190190
textSize = wantedTextSize
191+
style = Paint.Style.FILL
191192
}
192193

193194
canvas.drawPaint(circlePaint)

0 commit comments

Comments
 (0)