summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-08-23 12:35:00 -0400
committerChris Wren <cwren@android.com>2012-08-27 17:24:07 -0400
commit20e2554251954f6757462ab13470c1ebdcfba62e (patch)
treef59a6950d556a49e25d651be8cc0f416eafdf52c /res
parentf6f66d42dad21cfddc46bff6265731948153cce0 (diff)
downloadandroid_packages_screensavers_PhotoTable-20e2554251954f6757462ab13470c1ebdcfba62e.tar.gz
android_packages_screensavers_PhotoTable-20e2554251954f6757462ab13470c1ebdcfba62e.tar.bz2
android_packages_screensavers_PhotoTable-20e2554251954f6757462ab13470c1ebdcfba62e.zip
Photo Table V2
+ Add ability to manipulate images. + Handle device rotations with more grace. + support device-specific scaling factors Change-Id: Ie53ae7dc41225501437f0a77f5ccda1a8a92069f
Diffstat (limited to 'res')
-rw-r--r--res/values-sw600dp/config.xml8
-rw-r--r--res/values-sw800dp/config.xml6
2 files changed, 1 insertions, 13 deletions
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml
index 74122db..4a8a67f 100644
--- a/res/values-sw600dp/config.xml
+++ b/res/values-sw600dp/config.xml
@@ -14,13 +14,7 @@
limitations under the License.
-->
<resources>
- <!-- Number of photos to drop when the screensaver starts.-->
- <integer name="initial_drop">8</integer>
-
- <!-- Maximum number of photos to leave on the table.-->
- <integer name="table_capacity">8</integer>
-
<!-- Parts per million ratio between image size and screen size. -->
- <integer name="image_ratio">500000</integer>
+ <integer name="image_ratio">750000</integer>
</resources>
diff --git a/res/values-sw800dp/config.xml b/res/values-sw800dp/config.xml
index 5288f98..7771f21 100644
--- a/res/values-sw800dp/config.xml
+++ b/res/values-sw800dp/config.xml
@@ -14,12 +14,6 @@
limitations under the License.
-->
<resources>
- <!-- Number of photos to drop when the screensaver starts.-->
- <integer name="initial_drop">3</integer>
-
- <!-- Maximum number of photos to leave on the table.-->
- <integer name="table_capacity">3</integer>
-
<!-- Parts per million ratio between image size and screen size. -->
<integer name="image_ratio">500000</integer>
</resources>