diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-11-13 16:23:05 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-11-13 16:28:37 +0800 |
commit | 1b6cd72127f64a5306ee4acecaf6113627d35db2 (patch) | |
tree | 363e8022839dd938f54f845b26670002a15853a0 /res/layout | |
parent | 13161c7fe39bf019a334d8ea7e4eaddc1988adad (diff) | |
download | LegacyCamera-1b6cd72127f64a5306ee4acecaf6113627d35db2.zip LegacyCamera-1b6cd72127f64a5306ee4acecaf6113627d35db2.tar.gz LegacyCamera-1b6cd72127f64a5306ee4acecaf6113627d35db2.tar.bz2 |
Move some classes out from Camera.java.
Change-Id: I455d6878feeacb3d44d80d899e8c948e1d28fca2
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/preview_frame.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/preview_frame.xml b/res/layout/preview_frame.xml index 12568ef..94ff6b4 100644 --- a/res/layout/preview_frame.xml +++ b/res/layout/preview_frame.xml @@ -27,7 +27,7 @@ <SurfaceView android:id="@+id/camera_preview" android:layout_width="match_parent" android:layout_height="match_parent"/> - <com.android.camera.FocusRectangle + <com.android.camera.ui.FocusRectangle android:id="@+id/focus_rectangle" android:layout_width="match_parent" android:layout_height="match_parent"/> |