diff options
| author | Laura Davis <laurabd@google.com> | 2018-06-18 16:09:32 -0700 |
|---|---|---|
| committer | Laura Davis <laurabd@google.com> | 2018-06-19 10:11:36 -0700 |
| commit | 3175696a46d20d0b83bf8237e3230631c57a0797 (patch) | |
| tree | 795240206456f3d9390180fe77d025f11107c194 /core/java/android/widget/ImageView.java | |
| parent | 1b65af27d897ccfbfb7b61c7176cb6a670a9519c (diff) | |
docs: fixed broken link
Test: make ds-docs
Bug: 76021493
Change-Id: Ide61b82925270896e373083fdc1d5c27c9bdc819
Diffstat (limited to 'core/java/android/widget/ImageView.java')
| -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 |
