Skip to content

Commit

Permalink
Doc correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
devunwired committed Dec 28, 2012
1 parent b6a9aca commit 40bea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/example/textdrawable/MyActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 40bea29

Please sign in to comment.