Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable custom list child interactions #314

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add TextView to hold typed text that will be asserted on tests
gdomingues committed Aug 5, 2019
commit f40c5c171d4e2e82a99b0d0b990528d30a43333a
6 changes: 6 additions & 0 deletions sample/src/main/res/layout/activity_lists.xml
Original file line number Diff line number Diff line change
@@ -11,6 +11,12 @@
android:layout_height="wrap_content"
/>

<TextView
android:id="@+id/typed_text_result"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>

<LinearLayout
android:id="@+id/multi_list_container"
android:layout_width="match_parent"