diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/cropimage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/cropimage.xml b/res/layout/cropimage.xml index 4f3dcb7..befd903 100644 --- a/res/layout/cropimage.xml +++ b/res/layout/cropimage.xml @@ -23,7 +23,7 @@ android:layout_height="fill_parent" android:orientation="horizontal"> - <view class="com.android.camera.CropImage$CropImageView" android:id="@+id/image" + <view class="com.android.camera.CropImageView" android:id="@+id/image" android:background="#55000000" android:layout_width="fill_parent" android:layout_height="fill_parent" |