summaryrefslogtreecommitdiff
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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-sw800dp/table.xml b/res/layout-sw800dp/table.xml
index c40ee48..f3561bc 100644
--- a/res/layout-sw800dp/table.xml
+++ b/res/layout-sw800dp/table.xml
@@ -18,7 +18,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
<com.android.dreams.phototable.PhotoTable
- android:background="@+drawable/table"
+ android:background="@drawable/table"
android:id="@+id/table"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -27,7 +27,7 @@
android:id="@+id/scrim"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@+drawable/table"
+ android:background="@drawable/table"
android:alpha="0"
android:visibility="gone"
/>
@@ -47,12 +47,12 @@
</com.android.dreams.phototable.PhotoTable>
<!-- View
- android:background="@+drawable/vignette_br"
+ android:background="@drawable/vignette_br"
android:layout_gravity="bottom|right"
android:layout_width="200dp"
android:layout_height="200dp" />
<View
- android:background="@+drawable/vignette_tl"
+ android:background="@drawable/vignette_tl"
android:layout_gravity="top|left"
android:layout_width="200dp"
android:layout_height="200dp" / -->