summaryrefslogtreecommitdiffstats
path: root/res/layout-sw800dp/table.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw800dp/table.xml')
-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"