We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728b561 commit ce8425dCopy full SHA for ce8425d
1 file changed
README.md
@@ -29,6 +29,9 @@ Usage
29
Using the library is really simple, just look at the source code of the [provided sample][1].
30
(Look at the SampleTextListAdapter.java for the use within a ListView)
31
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
+
35
Also, you can optionally set the following attributes in your layout xml file to customize the behavior
36
of the ExpandableTextView.
37
0 commit comments