File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/kotlin/com/simplemobiletools/contacts/pro/activities Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
5757}
5858
5959dependencies {
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'
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments