summaryrefslogtreecommitdiffstats
path: root/docs/html/training/displaying-bitmaps/load-bitmap.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/training/displaying-bitmaps/load-bitmap.jd')
-rw-r--r--docs/html/training/displaying-bitmaps/load-bitmap.jd4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/html/training/displaying-bitmaps/load-bitmap.jd b/docs/html/training/displaying-bitmaps/load-bitmap.jd
index 283f272..633ffd2 100644
--- a/docs/html/training/displaying-bitmaps/load-bitmap.jd
+++ b/docs/html/training/displaying-bitmaps/load-bitmap.jd
@@ -3,8 +3,6 @@ parent.title=Displaying Bitmaps Efficiently
parent.link=index.html
trainingnavtop=true
-next.title=Processing Bitmaps Off the UI Thread
-next.link=process-bitmap.html
@jd:body
@@ -167,4 +165,4 @@ mImageView.setImageBitmap(
<p>You can follow a similar process to decode bitmaps from other sources, by substituting the
appropriate {@link
android.graphics.BitmapFactory#decodeByteArray(byte[],int,int,android.graphics.BitmapFactory.Options)
-BitmapFactory.decode*} method as needed.</p> \ No newline at end of file
+BitmapFactory.decode*} method as needed.</p>