From 40bea2983e0b8d8aea1fa6a0d46bc6250f7ce625 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Fri, 28 Dec 2012 13:26:29 -0700 Subject: [PATCH] Doc correction. --- src/com/example/textdrawable/MyActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/example/textdrawable/MyActivity.java b/src/com/example/textdrawable/MyActivity.java index 3638d6a..a0d600d 100644 --- a/src/com/example/textdrawable/MyActivity.java +++ b/src/com/example/textdrawable/MyActivity.java @@ -137,7 +137,7 @@ private void loadDrawables() { /* * Wrap a simple TextDrawable in a ClipDrawable to animate. One convenient - * advantage of ImageView is we can call setLevel() on the view itself to affect + * advantage of ImageView is we can call setImageLevel() on the view itself to affect * the Drawable content. */ d = new TextDrawable(this);