summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout-land/camera_controls.xml2
-rw-r--r--res/layout-port/camera_controls.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/camera_controls.xml b/res/layout-land/camera_controls.xml
index f0f3ecca2..f090e3d54 100644
--- a/res/layout-land/camera_controls.xml
+++ b/res/layout-land/camera_controls.xml
@@ -19,7 +19,7 @@
style="@style/CameraControls"
android:layout_gravity="center" >
- <View
+ <com.android.camera.ui.SwitcherBackgroundView
android:id="@+id/blocker"
android:layout_height="match_parent"
android:layout_width="@dimen/switcher_size"
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index aa15da1ca..7a1221782 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -19,7 +19,7 @@
style="@style/CameraControls"
android:layout_gravity="center" >
- <View
+ <com.android.camera.ui.SwitcherBackgroundView
android:id="@+id/blocker"
android:layout_width="match_parent"
android:layout_height="@dimen/switcher_size"