summaryrefslogtreecommitdiffstats
path: root/res/layout-sw800dp
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-04-11 16:02:21 -0400
committerChris Wren <cwren@android.com>2013-04-11 17:26:40 -0400
commitf362b8f1d503df040c55ac04913dabdbb2cd7155 (patch)
tree0f8a52e4e09ca2c6f6ce46713615e0b3091df21e /res/layout-sw800dp
parent3910ecc7c3a93485d32f8c1eac79e47dbf3753fb (diff)
downloadandroid_packages_screensavers_PhotoTable-f362b8f1d503df040c55ac04913dabdbb2cd7155.tar.gz
android_packages_screensavers_PhotoTable-f362b8f1d503df040c55ac04913dabdbb2cd7155.tar.bz2
android_packages_screensavers_PhotoTable-f362b8f1d503df040c55ac04913dabdbb2cd7155.zip
graphics optimization to get back inside 60Hz.
Bug: 8594598 Change-Id: Iccb1779b5dd133af4441038c3f945d1c1ac1ba8d
Diffstat (limited to 'res/layout-sw800dp')
-rw-r--r--res/layout-sw800dp/table.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/res/layout-sw800dp/table.xml b/res/layout-sw800dp/table.xml
index 0b67524..e063cd5 100644
--- a/res/layout-sw800dp/table.xml
+++ b/res/layout-sw800dp/table.xml
@@ -21,7 +21,22 @@
android:background="@+drawable/table"
android:id="@+id/table"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent" >
+
+ <FrameLayout
+ android:id="@+id/stageleft"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ />
+
+ <FrameLayout
+ android:id="@+id/background"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layerType="hardware"
+ />
+
+ </com.android.dreams.phototable.PhotoTable>
<!-- View
android:background="@+drawable/vignette_br"
android:layout_gravity="bottom|right"