【问题标题】:gmail android app like conversations viewgmail android 应用程序,如对话视图
【发布时间】:2012-02-11 05:17:04
【问题描述】:

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

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

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

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

【问题讨论】:

    标签: android listview gmail expandablelistview


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2023-03-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多