Skip to content

Commit 40bea29

Browse files
committed
Doc correction.
1 parent b6a9aca commit 40bea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/example/textdrawable/MyActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private void loadDrawables() {
137137

138138
/*
139139
* Wrap a simple TextDrawable in a ClipDrawable to animate. One convenient
140-
* advantage of ImageView is we can call setLevel() on the view itself to affect
140+
* advantage of ImageView is we can call setImageLevel() on the view itself to affect
141141
* the Drawable content.
142142
*/
143143
d = new TextDrawable(this);

0 commit comments

Comments
 (0)