Skip to content

Commit 4c51e83

Browse files
committed
fix #367, use a higher resolution contact placeholder at the big image
1 parent ae38dd3 commit 4c51e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ abstract class ContactActivity : SimpleActivity() {
3737
background.applyColorFilter(config.primaryColor)
3838
photoView.background = background
3939

40-
val placeholder = resources.getColoredBitmap(R.drawable.ic_person, config.primaryColor.getContrastColor())
40+
val placeholder = resources.getColoredBitmap(R.drawable.ic_person_biggest, config.primaryColor.getContrastColor())
4141
val padding = resources.getDimension(R.dimen.activity_margin).toInt()
4242
photoView.setPadding(padding, padding, padding, padding)
4343
photoView.setImageBitmap(placeholder)

0 commit comments

Comments
 (0)