1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -05:00

Resize contact images to display size

Display size was changed in 20d229c91b
This commit is contained in:
cketti 2013-02-13 19:43:07 +01:00
parent 370ef4c181
commit 25c452420d

View File

@ -25,7 +25,7 @@ public class ContactPictureLoader {
/**
* Resize the pictures to the following value (device-independent pixels).
*/
private static final int PICTURE_SIZE = 48;
private static final int PICTURE_SIZE = 40;
/**
* Maximum number of email addresses to store in {@link #mUnknownContactsCache}.