diff options
Diffstat (limited to 'res/layout/camera.xml')
-rw-r--r-- | res/layout/camera.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/layout/camera.xml b/res/layout/camera.xml index d23066e..a37a166 100644 --- a/res/layout/camera.xml +++ b/res/layout/camera.xml @@ -26,13 +26,6 @@ android:layout_height="fill_parent" android:layout_centerInParent="true" /> - <View - android:id="@+id/blackout" - android:background="#ff000000" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:visibility="invisible" /> - <com.android.camera.ShutterButton android:id="@+id/shutter_button" android:layout_width="wrap_content" |