Skip to content

Commit

Permalink
Add example to README file of custom action on list item child
Browse files Browse the repository at this point in the history
  • Loading branch information
gdomingues committed Aug 5, 2019
1 parent f20c9d7 commit 911675d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ clearText(R.id.edittext)
```java
clickListItem(R.id.list, 4);
clickListItemChild(R.id.list, 3, R.id.row_button);
doOnListItemChild(R.id.list, 5, R.id.edittext, replaceText("Yet another great text"));
scrollListToPosition(R.id.list, 4);
assertListItemCount(R.id.listId, 5)
assertListNotEmpty(R.id.listId)
Expand Down

0 comments on commit 911675d

Please sign in to comment.