【发布时间】:2019-04-16 20:19:28
【问题描述】:
RecyclerView offers a convenient way to preview the layout 在 Android Studio 的名为“设计”的选项卡中:
tools:itemCount
ExpandableListView 有什么等价物吗?
我认为答案是否定的,因为我发现另一个工具 tools:listitem 确实适用于 ExpandableListView。我相信这可以通过它的documentation 来解释,“用于:<AdapterView>(以及像<ListView> 这样的子类)”。
【问题讨论】:
标签: android android-studio android-layout expandablelistview