summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-03-12 12:46:25 +0800
committerChih-Chung Chang <chihchung@google.com>2012-03-12 12:46:25 +0800
commitb71b20d213e88ce7cd66ade6b129e70587faad76 (patch)
treee368aa004dfddb1546a93c9a5babdb92d2323301 /res/layout
parent07b5d56aae9421f8353a0a22728f554e44258a08 (diff)
downloadandroid_packages_apps_Snap-b71b20d213e88ce7cd66ade6b129e70587faad76.tar.gz
android_packages_apps_Snap-b71b20d213e88ce7cd66ade6b129e70587faad76.tar.bz2
android_packages_apps_Snap-b71b20d213e88ce7cd66ade6b129e70587faad76.zip
Change id "root" to "movie_view_root" to avoid confusion.
There is also one id "root" in Camera. Change-Id: Id6ebc5362f5ddceabe6dab6218de9b091454bde7
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/movie_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/movie_view.xml b/res/layout/movie_view.xml
index bd0415c3a..4e645cf09 100644
--- a/res/layout/movie_view.xml
+++ b/res/layout/movie_view.xml
@@ -15,7 +15,7 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/root"
+ android:id="@+id/movie_view_root"
android:layout_width="match_parent"
android:layout_height="match_parent">