Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始使用 Android 的新导航抽屉。是否可以有一个自定义视图(特别是 custom ScrollView)而不是ListView抽屉中的?我一直在尝试启动并运行它时遇到错误。
ScrollView
ListView
是否可以在抽屉中使用自定义视图(特别是自定义 ScrollView)而不是 ListView?
任何事情都应该有效。但是,就 UI 样式而言,用户会期待类似于 aListView或ExpandableListView.
ExpandableListView
这会帮助你。
这将帮助您实现 Expandable ListView
我你的主要活动改变了以下内容:
MyExpandableList adapter = new MyExpandableList(this, groups); listView.setAdapter(adapter);