mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
fix #367, use a higher resolution contact placeholder at the big image
This commit is contained in:
@ -37,7 +37,7 @@ abstract class ContactActivity : SimpleActivity() {
|
||||
background.applyColorFilter(config.primaryColor)
|
||||
photoView.background = background
|
||||
|
||||
val placeholder = resources.getColoredBitmap(R.drawable.ic_person, config.primaryColor.getContrastColor())
|
||||
val placeholder = resources.getColoredBitmap(R.drawable.ic_person_biggest, config.primaryColor.getContrastColor())
|
||||
val padding = resources.getDimension(R.dimen.activity_margin).toInt()
|
||||
photoView.setPadding(padding, padding, padding, padding)
|
||||
photoView.setImageBitmap(placeholder)
|
||||
|
Reference in New Issue
Block a user