summaryrefslogtreecommitdiff
path: root/res/values-sw800dp
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-10-11 00:53:26 -0400
committerChris Wren <cwren@android.com>2012-10-11 00:57:22 -0400
commitcf64ff0558ae8efb0a8a34df1045159d07b7bfc7 (patch)
treef286d0367c37e8777195aa1ed6c601af271bdd44 /res/values-sw800dp
parent146ce64b748e2393e80174240624c2e9f2b61c41 (diff)
downloadPhotoTable-cf64ff0558ae8efb0a8a34df1045159d07b7bfc7.tar.gz
tweak photo dreams to be a little more relaxing.
Bug: 7328720 Change-Id: I4ab851c171d75f0062ef3b73ea942d8f9fb74163
Diffstat (limited to 'res/values-sw800dp')
-rw-r--r--res/values-sw800dp/config.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values-sw800dp/config.xml b/res/values-sw800dp/config.xml
index adfccc1..eeefc3a 100644
--- a/res/values-sw800dp/config.xml
+++ b/res/values-sw800dp/config.xml
@@ -14,8 +14,11 @@
limitations under the License.
-->
<resources>
+ <!-- Milliseconds between drops. -->
+ <integer name="table_drop_period">90000</integer>
+
<!-- Milliseconds to wait before the next fast drop.-->
- <integer name="fast_drop">4000</integer>
+ <integer name="fast_drop">10000</integer>
<!-- Parts per million ratio between image size and screen size. -->
<integer name="image_ratio">500000</integer>