这是哪个 GUI 组件(它有一个带标题的“^”,用户单击该标题可进入 open/close 菜单)?

Which GUI component is this (which has a "^" with a heading which the user clicks to open/close a menu)?

正如您在图片中看到的,这个小部件有一个标题与 ^ 符号相邻(图片中的 ^ Today),用户单击该标题,结果打开(当菜单未打开时)或关闭(当菜单打开时)它下面的有点 menu/other 内容。

这是哪个GUI内容?

我试图 Google 它,但找不到它,可能是因为缺少合适的搜索查询。 :s

ExpandableListView 应该可以解决问题。 (http://developer.android.com/reference/android/widget/ExpandableListView.html).

在您提供的情况下,我会将适配器设置为具有一个组视图,该组视图中的子视图数量不限。每个子组都需要使用复选框、ImageView 和 textview

扩充布局