Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharish committed May 11, 2016
1 parent 54e8392 commit d9aebab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ scratchImageView.setRevealListener(new ScratchImageView.IRevealListener() {
##### JAVA

```java
ScratchImageView scratchImageView = new ScratchImageView(this);
ScratchTextView scratchTextView = new ScratchTextView(this);

scratchImageView.setRevealListener(new ScratchImageView.IRevealListener() {
scratchTextView.setRevealListener(new ScratchTextView.IRevealListener() {
@Override
public void onRevealed(ScratchImageView tv) {
// on reveal
public void onRevealed(ScratchTextView tv) {
//on reveal
}
});
```
Expand Down

0 comments on commit d9aebab

Please sign in to comment.