summaryrefslogtreecommitdiff
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-09-10 10:21:27 -0400
committerChris Wren <cwren@android.com>2012-09-10 17:57:19 -0400
commit5b4b44688dac0053be77b282b7501bd291efb0d3 (patch)
tree151a81cc3f022946396c053339b409b3bd7d9c73 /res/values/config.xml
parentd85f53c69dead1f1f6c0290b8104422143bc5166 (diff)
downloadPhotoTable-5b4b44688dac0053be77b282b7501bd291efb0d3.tar.gz
updated visuals for photo flipper
rename to "Slideshow" no flipping better photo scaling bonus bug fix for PicasaSource Bug: 7138425 Change-Id: I984b2d5b13716b676e55205f093df7bc929034c0
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 1305cf7..ea4cdb1 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -56,5 +56,8 @@
<!-- Maximum number of albums to pull for "Photos from Posts". -->
<integer name="max_post_albums">100</integer>
+ <!-- Parts per million maximum cropping allow to fit image to screen. -->
+ <integer name="max_crop_ratio">1200000</integer>
+
</resources>