summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-11-13 00:46:03 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-13 00:46:03 -0800
commit3422c84465c35c733ac0ffb4b118703725203d92 (patch)
treeb8d016d1484779b4e2316d4e7b07317f54838994 /res
parenta61d8df0753c8e65f8236635be0fe67782863aef (diff)
parent1b6cd72127f64a5306ee4acecaf6113627d35db2 (diff)
downloadLegacyCamera-3422c84465c35c733ac0ffb4b118703725203d92.tar.gz
LegacyCamera-3422c84465c35c733ac0ffb4b118703725203d92.tar.bz2
LegacyCamera-3422c84465c35c733ac0ffb4b118703725203d92.zip
Merge "Move some classes out from Camera.java."
Diffstat (limited to 'res')
-rw-r--r--res/layout-xlarge/preview_frame.xml2
-rw-r--r--res/layout/preview_frame.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-xlarge/preview_frame.xml b/res/layout-xlarge/preview_frame.xml
index 26657afa..d282ced3 100644
--- a/res/layout-xlarge/preview_frame.xml
+++ b/res/layout-xlarge/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"/>
diff --git a/res/layout/preview_frame.xml b/res/layout/preview_frame.xml
index 12568ef8..94ff6b46 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"/>