Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernat Borrás committed Jun 17, 2019
1 parent 58a73c0 commit 6b29c64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,9 @@ assertHasNoBackground(R.id.view);

#### Does this View have content description?
```java
assertContentDescription(R.id.textinputlayout, R.string.content_description);
assertContentDescription(R.id.textinputlayout, "Some text");
assertHasContentDescription(R.id.anyView);
assertContentDescription(R.id.anyView, R.string.content_description);
assertContentDescription(R.id.anyView, "Some text");
```

#### What's the state of the Drawer?
Expand Down

0 comments on commit 6b29c64

Please sign in to comment.