RecyclerView offers a convenient way to preview the layout in Android Studio's tab called Design:
tools:itemCount
Is there any equivalent for ExpandableListView?
I assume the answer is "no" because I found that a different tool, tools:listitem does work for ExpandableListView. I believe that's explained by its documentation, "Intended for: <AdapterView> (and subclasses like <ListView>)".
