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);