summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-03-15 16:38:45 +0800
committerChih-Chung Chang <chihchung@google.com>2012-03-21 15:29:29 +0800
commit15b351a22d02e89d882fc9fe32b3f4c512080e0a (patch)
tree07a316c7f973bdb0173fc50b25837c50c65f6714 /res
parent8cab3e872dd95e55ba34fdb94269a0c5069e72ae (diff)
downloadandroid_packages_apps_Gallery2-15b351a22d02e89d882fc9fe32b3f4c512080e0a.tar.gz
android_packages_apps_Gallery2-15b351a22d02e89d882fc9fe32b3f4c512080e0a.tar.bz2
android_packages_apps_Gallery2-15b351a22d02e89d882fc9fe32b3f4c512080e0a.zip
Create a ScreenNail interface so we can add other types of screenails.
Add a new MediaItem type to contain a ScreenNail. Change-Id: Ia303949f3013dd48ded204eaf9ec69a102b8503e
Diffstat (limited to 'res')
-rw-r--r--res/layout/main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index b71ea502a..7dfe57a2d 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/gallery_root"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">