mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-01 16:36:51 +01:00
fix #367, use a higher resolution contact placeholder at the big image
This commit is contained in:
parent
ae38dd30be
commit
4c51e83748
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user