OSDN Git Service

Update empty placeholder asset
authorBobby Georgescu <georgescu@google.com>
Wed, 17 Oct 2012 05:41:58 +0000 (22:41 -0700)
committerBobby Georgescu <georgescu@google.com>
Wed, 17 Oct 2012 05:41:58 +0000 (22:41 -0700)
Bug: 7362100
Change-Id: I521c1c481a00959bb50d17fee3be6981be84a269

res/drawable-hdpi/placeholder_empty.png [new file with mode: 0644]
res/drawable-mdpi/placeholder_empty.png [new file with mode: 0644]
res/drawable-xhdpi/placeholder_empty.png [new file with mode: 0644]
src/com/android/gallery3d/data/EmptyAlbumImage.java

diff --git a/res/drawable-hdpi/placeholder_empty.png b/res/drawable-hdpi/placeholder_empty.png
new file mode 100644 (file)
index 0000000..5f60203
Binary files /dev/null and b/res/drawable-hdpi/placeholder_empty.png differ
diff --git a/res/drawable-mdpi/placeholder_empty.png b/res/drawable-mdpi/placeholder_empty.png
new file mode 100644 (file)
index 0000000..3d6118d
Binary files /dev/null and b/res/drawable-mdpi/placeholder_empty.png differ
diff --git a/res/drawable-xhdpi/placeholder_empty.png b/res/drawable-xhdpi/placeholder_empty.png
new file mode 100644 (file)
index 0000000..83e8e81
Binary files /dev/null and b/res/drawable-xhdpi/placeholder_empty.png differ
index dbbc01a..6f8c37c 100644 (file)
@@ -24,7 +24,7 @@ public class EmptyAlbumImage extends ActionImage {
     private static final String TAG = "EmptyAlbumImage";
 
     public EmptyAlbumImage(Path path, GalleryApp application) {
-        super(path, application, R.drawable.ic_menu_revert_holo_dark);
+        super(path, application, R.drawable.placeholder_empty);
     }
 
     @Override