summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 096edf6..fc63a50 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -19,4 +19,10 @@
<!-- Maximum size of photos inserted in social stream items -->
<integer name="config_stream_item_photo_max_bytes">71680</integer>
+ <!-- Maximum dimension (height or width) of contact display photos -->
+ <integer name="config_max_display_photo_dim">256</integer>
+
+ <!-- Maximum dimension (height or width) of contact photo thumbnails -->
+ <integer name="config_max_thumbnail_photo_dim">96</integer>
+
</resources>