make the contact images more colorful
This commit is contained in:
parent
584fc7ca81
commit
d8080848c6
6 changed files with 55 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package com.simplemobiletools.smsmessenger.extensions
|
||||
|
||||
import com.simplemobiletools.commons.extensions.normalizeString
|
||||
import java.util.*
|
||||
|
||||
// get the contact names first letter at showing the placeholder without image
|
||||
fun String.getNameLetter() = normalizeString().toCharArray().getOrNull(0)?.toString() ?: "S"
|
||||
fun String.getNameLetter() = normalizeString().toCharArray().getOrNull(0)?.toString()?.toUpperCase(Locale.getDefault()) ?: "S"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue