summaryrefslogtreecommitdiffstats
path: root/res/layout
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
commit61ca4fb388bccac0c741261dc90c67dacd83c99f (patch)
tree5764df5622b3e17d2dcdda327135b86cac7bdb94 /res/layout
parentdb261d32cb7845a52454e7fb1552dd7aa819f6c3 (diff)
downloadandroid_packages_apps_Snap-61ca4fb388bccac0c741261dc90c67dacd83c99f.tar.gz
android_packages_apps_Snap-61ca4fb388bccac0c741261dc90c67dacd83c99f.tar.bz2
android_packages_apps_Snap-61ca4fb388bccac0c741261dc90c67dacd83c99f.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/layout')
-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">