OSDN Git Service

Fix build breakage
authorBobby Georgescu <georgescu@google.com>
Mon, 17 Sep 2012 18:07:51 +0000 (11:07 -0700)
committerBobby Georgescu <georgescu@google.com>
Mon, 17 Sep 2012 18:07:51 +0000 (11:07 -0700)
Change-Id: I88f1a9f2f1306d959d6a5398faa2c6f50cb24501

src/com/android/gallery3d/app/AlbumSetPage.java

index a6ed8e9..59286a9 100644 (file)
@@ -366,7 +366,7 @@ public class AlbumSetPage extends ActivityState implements
 
         mCameraButton = new Button(mActivity);
         mCameraButton.setText(R.string.camera_label);
-        mCameraButton.setCompoundDrawablesWithIntrinsicBounds(0, R.drawable.camera_white, 0, 0);
+        mCameraButton.setCompoundDrawablesWithIntrinsicBounds(0, R.drawable.frame_overlay_gallery_camera, 0, 0);
         mCameraButton.setOnClickListener(new OnClickListener() {
             @Override
             public void onClick(View arg0) {