Skip to content

Commit ce8425d

Browse files
committed
docs: update README to mention the required view ids
1 parent 728b561 commit ce8425d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Usage
2929
Using the library is really simple, just look at the source code of the [provided sample][1].
3030
(Look at the SampleTextListAdapter.java for the use within a ListView)
3131

32+
The important thing to note is that the view Ids for TextView and ImageButton must be set to
33+
"@id/expandable_text" and "@id/expand_collapse" respectively for this library to work.
34+
3235
Also, you can optionally set the following attributes in your layout xml file to customize the behavior
3336
of the ExpandableTextView.
3437

0 commit comments

Comments
 (0)