Modified version of "DevBytes: ListView Expanding Cells Animation" with changed toggle from ListView.OnItemClick to an OnClick of simple View (i.e. ToggleButton).
ListViewExpandingCellsWithOnClick is hosted in the following web site
https://github.com/NiasSt90/ListViewExpandingCellsWithOnClick
If you think the Android project ListViewExpandingCellsWithOnClick listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ListViewExpandingCellsWithOnClick.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 16 |
Activity Count | 1 |
There are 2 image files in ListViewExpandingCellsWithOnClick. The names of the image files are listed as follows.
expander_close.9.png expander_open.9.png
The following screenshort is generated from the image listed above.
ListViewExpandingCellsWithOnClick has the following Java source files.
com.example.android.expandingcells.CustomArrayAdapter.java com.example.android.expandingcells.ExpandableListItem.java com.example.android.expandingcells.ExpandingCells.java com.example.android.expandingcells.ExpandingLayout.java com.example.android.expandingcells.ExpandingListView.java com.example.android.expandingcells.OnSizeChangedListener.java com.example.android.expandingcells.ToggleExpandingListViewOnClickListener.java