mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Resize contact images to display size
Display size was changed in 20d229c91b
This commit is contained in:
parent
370ef4c181
commit
25c452420d
@ -25,7 +25,7 @@ public class ContactPictureLoader {
|
|||||||
/**
|
/**
|
||||||
* Resize the pictures to the following value (device-independent pixels).
|
* 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}.
|
* Maximum number of email addresses to store in {@link #mUnknownContactsCache}.
|
||||||
|
Loading…
Reference in New Issue
Block a user