summaryrefslogtreecommitdiffstats
path: root/res/values-land-notouch
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-04-11 11:07:45 -0400
committerChris Wren <cwren@android.com>2013-04-11 11:09:22 -0400
commit3910ecc7c3a93485d32f8c1eac79e47dbf3753fb (patch)
treedcd8fa2e8efabcf14f545291db68627608569df4 /res/values-land-notouch
parent84c3d5580e7168d1d150c1dd24340b19eb501cd2 (diff)
downloadandroid_packages_screensavers_PhotoTable-3910ecc7c3a93485d32f8c1eac79e47dbf3753fb.tar.gz
android_packages_screensavers_PhotoTable-3910ecc7c3a93485d32f8c1eac79e47dbf3753fb.tar.bz2
android_packages_screensavers_PhotoTable-3910ecc7c3a93485d32f8c1eac79e47dbf3753fb.zip
story mode: declutter by fading out the backgroun images.
Bug: 8573228 Change-Id: I8b62f9fcf6c7ae82bcb990428a421722c7197e1c
Diffstat (limited to 'res/values-land-notouch')
-rw-r--r--res/values-land-notouch/config.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-land-notouch/config.xml b/res/values-land-notouch/config.xml
new file mode 100644
index 0000000..c9d537f
--- /dev/null
+++ b/res/values-land-notouch/config.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+
+ <!-- Maximum number of photos to leave on the table. -->
+ <integer name="table_capacity">8</integer>
+
+ <!-- Number of images to discard at a time. -->
+ <integer name="redeal_count">4</integer>
+
+</resources> \ No newline at end of file