diff options
author | Chih-Chung Chang <> | 2009-04-08 22:35:03 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-08 22:35:03 -0700 |
commit | 8f7c4a4f45fa83740a612e33ad87bea48150bcba (patch) | |
tree | e68767de84eb7e61ef7d0d4c1469720694753a38 /res | |
parent | 233b3b9a01f9ddabf5dd7100d4fdd267263c8651 (diff) | |
download | LegacyCamera-8f7c4a4f45fa83740a612e33ad87bea48150bcba.zip LegacyCamera-8f7c4a4f45fa83740a612e33ad87bea48150bcba.tar.gz LegacyCamera-8f7c4a4f45fa83740a612e33ad87bea48150bcba.tar.bz2 |
AI 145270: Code clean up.
Automated import of CL 145270
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" |