diff options
| author | 2018-06-25 14:37:54 -0700 | |
|---|---|---|
| committer | 2018-06-25 14:37:54 -0700 | |
| commit | d3f3a2354aff7ce468ef6f0cffae8f2fa996f2ab (patch) | |
| tree | b0e0b83c6a6174a1f39a3cfeaf57871b1af42901 | |
| parent | 9a1acef1e797c2d424cdf9a28f72df612f359f8c (diff) | |
| parent | e07aeea9268e9e7ea7c7849589d4c70ed3381d56 (diff) | |
Merge "docs: fixed broken link" into pi-dev
am: e07aeea926
Change-Id: I02ad0efff278079682ff7eb63c06d0bf17be8ca1
| -rw-r--r-- | core/java/android/widget/ImageView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/ImageView.java b/core/java/android/widget/ImageView.java index 13729874d369..67b7100ab9ba 100644 --- a/core/java/android/widget/ImageView.java +++ b/core/java/android/widget/ImageView.java @@ -80,7 +80,7 @@ import java.io.IOException; * * <p> * To learn more about Drawables, see: <a href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>. - * To learn more about working with Bitmaps, see: <a href="{@docRoot}topic/performance/graphics/index.htm">Handling Bitmaps</a>. + * To learn more about working with Bitmaps, see: <a href="{@docRoot}topic/performance/graphics/index.html">Handling Bitmaps</a>. * </p> * * @attr ref android.R.styleable#ImageView_adjustViewBounds |