diff options
-rw-r--r-- | res/drawable-hdpi/ic_cameraalbum_overlay.png | bin | 0 -> 5618 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_cameraalbum_overlay.png | bin | 0 -> 3506 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_cameraalbum_overlay.png | bin | 0 -> 7705 bytes | |||
-rw-r--r-- | src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_cameraalbum_overlay.png b/res/drawable-hdpi/ic_cameraalbum_overlay.png Binary files differnew file mode 100644 index 000000000..e58777f11 --- /dev/null +++ b/res/drawable-hdpi/ic_cameraalbum_overlay.png diff --git a/res/drawable-mdpi/ic_cameraalbum_overlay.png b/res/drawable-mdpi/ic_cameraalbum_overlay.png Binary files differnew file mode 100644 index 000000000..5d14c32e9 --- /dev/null +++ b/res/drawable-mdpi/ic_cameraalbum_overlay.png diff --git a/res/drawable-xhdpi/ic_cameraalbum_overlay.png b/res/drawable-xhdpi/ic_cameraalbum_overlay.png Binary files differnew file mode 100644 index 000000000..bf71eaacf --- /dev/null +++ b/res/drawable-xhdpi/ic_cameraalbum_overlay.png diff --git a/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java b/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java index d5337f00d..9b3f29f2b 100644 --- a/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java +++ b/src/com/android/gallery3d/ui/AlbumSetSlotRenderer.java @@ -71,7 +71,7 @@ public class AlbumSetSlotRenderer extends AbstractSlotRenderer { mWaitLoadingTexture = new ColorTexture(mPlaceholderColor); mWaitLoadingTexture.setSize(1, 1); mCameraOverlay = new ResourceTexture(activity, - R.drawable.frame_overlay_gallery_camera); + R.drawable.ic_cameraalbum_overlay); } public void setPressedIndex(int index) { |