summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-09-13 16:01:21 -0400
committerChris Wren <cwren@android.com>2012-09-13 16:03:20 -0400
commitef8b8af8ad33331a5c234fefd3fcff40ebc73cbc (patch)
tree7bd08e11c87effe3e9dcde9bda524d17ca72f6b8 /res
parent1d582745c4bf21b069e0e6961dde72e742b5354a (diff)
downloadandroid_packages_screensavers_PhotoTable-ef8b8af8ad33331a5c234fefd3fcff40ebc73cbc.tar.gz
android_packages_screensavers_PhotoTable-ef8b8af8ad33331a5c234fefd3fcff40ebc73cbc.tar.bz2
android_packages_screensavers_PhotoTable-ef8b8af8ad33331a5c234fefd3fcff40ebc73cbc.zip
disable vignette
Change-Id: I7d8709a96991f9a585a2f9222e95cd33122fdcc8
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw800dp/table.xml4
-rw-r--r--res/layout/table.xml12
2 files changed, 8 insertions, 8 deletions
diff --git a/res/layout-sw800dp/table.xml b/res/layout-sw800dp/table.xml
index e051f0a..0b67524 100644
--- a/res/layout-sw800dp/table.xml
+++ b/res/layout-sw800dp/table.xml
@@ -22,7 +22,7 @@
android:id="@+id/table"
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <View
+ <!-- View
android:background="@+drawable/vignette_br"
android:layout_gravity="bottom|right"
android:layout_width="200dp"
@@ -31,5 +31,5 @@
android:background="@+drawable/vignette_tl"
android:layout_gravity="top|left"
android:layout_width="200dp"
- android:layout_height="200dp" />
+ android:layout_height="200dp" / -->
</FrameLayout>
diff --git a/res/layout/table.xml b/res/layout/table.xml
index e711f48..3a2b34b 100644
--- a/res/layout/table.xml
+++ b/res/layout/table.xml
@@ -18,11 +18,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
<com.android.dreams.phototable.PhotoTable
- android:background="@+drawable/table"
- android:id="@+id/table"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- <View
+ android:background="@+drawable/table"
+ android:id="@+id/table"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+ <!-- View
android:background="@+drawable/vignette_br"
android:layout_gravity="bottom|right"
android:layout_width="300dp"
@@ -31,5 +31,5 @@
android:background="@+drawable/vignette_tl"
android:layout_gravity="top|left"
android:layout_width="300dp"
- android:layout_height="300dp" />
+ android:layout_height="300dp" / -->
</FrameLayout>