summaryrefslogtreecommitdiff
path: root/sample/res
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-11-01 15:55:17 -0700
committerMark Wei <markwei@google.com>2013-11-04 10:57:01 -0800
commit5030ae34cd5978a8ab8a06f6c3b69b8645873122 (patch)
treef92417f29c823b422f868eb0c2ae0b9b357e4338 /sample/res
parent2e4d0863dba53435372ec96538f2ef3e1c3675bf (diff)
downloadbitmap-5030ae34cd5978a8ab8a06f6c3b69b8645873122.tar.gz
Modify ExtendedBitmapDrawable to be more flexible for clients.
Introducing ExtendedOptions: Clients can now specify the features they want out of a ExtendedBitmapDrawable: 1) Ordered display (decode aggregator) 2) Parallax 3) State changes (placeholder and/or progress bar) Clients can also specify parameters to those features. These parameters can be modified and changes take effect immediately. Change-Id: I15e4f1dbc20473db6798888b07b4bd34c712db21
Diffstat (limited to 'sample/res')
-rw-r--r--sample/res/drawable-hdpi/ic_placeholder.pngbin725 -> 550 bytes
-rw-r--r--sample/res/drawable-mdpi/ic_placeholder.pngbin626 -> 481 bytes
-rw-r--r--sample/res/drawable-xhdpi/ic_placeholder.pngbin840 -> 681 bytes
-rw-r--r--sample/res/drawable-xxhdpi/ic_placeholder.pngbin1382 -> 588 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/sample/res/drawable-hdpi/ic_placeholder.png b/sample/res/drawable-hdpi/ic_placeholder.png
index 7b05b48..9e20328 100644
--- a/sample/res/drawable-hdpi/ic_placeholder.png
+++ b/sample/res/drawable-hdpi/ic_placeholder.png
Binary files differ
diff --git a/sample/res/drawable-mdpi/ic_placeholder.png b/sample/res/drawable-mdpi/ic_placeholder.png
index 752149d..339c316 100644
--- a/sample/res/drawable-mdpi/ic_placeholder.png
+++ b/sample/res/drawable-mdpi/ic_placeholder.png
Binary files differ
diff --git a/sample/res/drawable-xhdpi/ic_placeholder.png b/sample/res/drawable-xhdpi/ic_placeholder.png
index 92ed99b..ca79f26 100644
--- a/sample/res/drawable-xhdpi/ic_placeholder.png
+++ b/sample/res/drawable-xhdpi/ic_placeholder.png
Binary files differ
diff --git a/sample/res/drawable-xxhdpi/ic_placeholder.png b/sample/res/drawable-xxhdpi/ic_placeholder.png
index 18ac128..c2c2877 100644
--- a/sample/res/drawable-xxhdpi/ic_placeholder.png
+++ b/sample/res/drawable-xxhdpi/ic_placeholder.png
Binary files differ