summaryrefslogtreecommitdiffstats
path: root/res/layout/table.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/table.xml')
-rw-r--r--res/layout/table.xml20
1 files changed, 12 insertions, 8 deletions
diff --git a/res/layout/table.xml b/res/layout/table.xml
index 3a2b34b..b5663cb 100644
--- a/res/layout/table.xml
+++ b/res/layout/table.xml
@@ -16,20 +16,24 @@
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="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" />
+ 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"
- android:layout_height="300dp" />
- <View
+ android:layout_height="300dp"
+ / -->
+ <!-- View
android:background="@+drawable/vignette_tl"
android:layout_gravity="top|left"
android:layout_width="300dp"
- android:layout_height="300dp" / -->
+ android:layout_height="300dp"
+ / -->
</FrameLayout>