summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/media
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2012-08-13 19:12:13 -0700
committerScott Main <smain@google.com>2012-08-13 19:12:13 -0700
commit183bf116978e3c44292c9ead2bceb47e972624a1 (patch)
tree9c612f9b9c61fcfb3661a1022c3dd414b5ecb7c2 /docs/html/guide/topics/media
parent3e504ac71715a1b152494c9765f41d13bc605b75 (diff)
downloadframeworks_base-183bf116978e3c44292c9ead2bceb47e972624a1.zip
frameworks_base-183bf116978e3c44292c9ead2bceb47e972624a1.tar.gz
frameworks_base-183bf116978e3c44292c9ead2bceb47e972624a1.tar.bz2
docs: misc bug fixes from external issues
Change-Id: I380b65341200c0519a93e2f8969f70f64aec0264
Diffstat (limited to 'docs/html/guide/topics/media')
-rw-r--r--docs/html/guide/topics/media/camera.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/media/camera.jd b/docs/html/guide/topics/media/camera.jd
index a63270a..3fe23f8 100644
--- a/docs/html/guide/topics/media/camera.jd
+++ b/docs/html/guide/topics/media/camera.jd
@@ -617,7 +617,7 @@ public class CameraActivity extends Activity {
// Create our Preview view and set it as the content of our activity.
mPreview = new CameraPreview(this, mCamera);
- FrameLayout preview = (FrameLayout) findViewById(id.camera_preview);
+ FrameLayout preview = (FrameLayout) findViewById(R.id.camera_preview);
preview.addView(mPreview);
}
}