summaryrefslogtreecommitdiffstats
path: root/src/com/android/photos
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2013-03-12 17:22:48 -0700
committerJohn Reck <jreck@google.com>2013-03-12 17:22:48 -0700
commit8a3ab5665c57590b9f41f75c4a2fdf1ea1cffa00 (patch)
tree6096f1527dfb138236fd98e78546c7980a2e98cc /src/com/android/photos
parent2f205d54c88ea3f6b1a1a0630201fdb10b0689e2 (diff)
downloadandroid_packages_apps_Gallery2-8a3ab5665c57590b9f41f75c4a2fdf1ea1cffa00.tar.gz
android_packages_apps_Gallery2-8a3ab5665c57590b9f41f75c4a2fdf1ea1cffa00.tar.bz2
android_packages_apps_Gallery2-8a3ab5665c57590b9f41f75c4a2fdf1ea1cffa00.zip
fix build
Change-Id: I41898041ad2e6d59973af30680288c436f3c6357
Diffstat (limited to 'src/com/android/photos')
-rw-r--r--src/com/android/photos/GalleryActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/photos/GalleryActivity.java b/src/com/android/photos/GalleryActivity.java
index e62262666..420fc3d51 100644
--- a/src/com/android/photos/GalleryActivity.java
+++ b/src/com/android/photos/GalleryActivity.java
@@ -45,7 +45,7 @@ public class GalleryActivity extends Activity {
super.onCreate(savedInstanceState);
mViewPager = new ViewPager(this);
- mViewPager.setId(R.id.root_view);
+ mViewPager.setId(R.id.viewpager);
setContentView(mViewPager);
ActionBar ab = getActionBar();