summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-08-31 12:46:30 -0400
committerChris Wren <cwren@android.com>2012-09-04 12:59:28 -0400
commitc91cbab0936ec64c8078aa8deeb1cfbe0e15cbfa (patch)
tree4abc9159672334cdf283808537e59b26a36560b2 /res/values
parentf61019ceb816fed9e5035c3d9b8451f6e4ee1da9 (diff)
downloadPhotoTable-c91cbab0936ec64c8078aa8deeb1cfbe0e15cbfa.tar.gz
add a simple photo flipper dream.
Change-Id: I33a5dc491445ba6203e744099187df2760486be6
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml3
-rw-r--r--res/values/strings.xml5
2 files changed, 6 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 74e1bfd..2a848ba 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -23,6 +23,9 @@
<!-- Milliseconds to wait before the next immediate drop.-->
<integer name="now_drop">500</integer>
+ <!-- Length of flip animation in milliseconds.-->
+ <integer name="flip_duration">500</integer>
+
<!-- Maximum number of photos to leave on the table.-->
<integer name="table_capacity">10</integer>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 94e2f9c..897f5b2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<resources>
- <string name="app_name">Photo Table Screensaver</string>
- <string name="screensaver_name">Photo Table</string>
+ <string name="app_name">Photo Screensavers</string>
+ <string name="table_screensaver_name">Photo Table</string>
+ <string name="flipper_screensaver_name">Photo Flipper</string>
</resources>