summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values-land-notouch/config.xml24
-rw-r--r--res/values/config.xml2
2 files changed, 25 insertions, 1 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
diff --git a/res/values/config.xml b/res/values/config.xml
index 72e7b11..84299b1 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -101,7 +101,7 @@
<bool name="enable_story_mode">true</bool>
<!-- Duration ion milliseconds for the pickup animation. -->
- <integer name="photo_pickup_duration">1000</integer>
+ <integer name="photo_pickup_duration">2000</integer>
<!-- Milliseconds that the selection will remain without user interaction. -->
<integer name="max_selection_time">30000</integer>