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 25, 2019
1 parent a04322a commit fe2ae11
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 fe2ae11

Please sign in to comment.