summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-11-15 11:53:41 -0500
committerChris Wren <cwren@android.com>2012-11-15 11:59:51 -0500
commit85756a88f29b41c29bf6ad10a32379f80f0df4d5 (patch)
treef6963754bee3000f47369d0fa4328ab49d6d4e1e /res/layout
parentc39ee4748b1398080241955f3ed09915afe31c5f (diff)
downloadPhotoTable-85756a88f29b41c29bf6ad10a32379f80f0df4d5.tar.gz
remove padding on table, also lifecycle cleanup.android-cts-4.2_r2
Bug: 7195054 Change-Id: I1270642fc19c9ccc5fe19fbf395f729371d0ee94
Diffstat (limited to 'res/layout')
-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>