gmail android app喜欢对话视图

时间:2012-01-16 07:55:53

标签: android listview gmail expandablelistview

如何实现类似于gmail应用对话视图的视图?可扩展列表?还是有其他已知方法吗?

根据我的发现,ExpandableListView是我可以使用的最接近的东西,但是一旦点击该项目,如何更改布局?

public View getGroupView(int groupPosition, boolean isExpanded, View convertView,
            ViewGroup parent) {
        TextView textView = getGenericView();
        textView.setText(getGroup(groupPosition).toString());
        return textView;
    }

这将设置视图一次并完成它...

1 个答案:

答案 0 :(得分:0)

此视图过于具体,无法在框架中使用。电子邮件应用使用自定义ConversationViewFragment