无尽的列表演示

时间:2012-04-18 16:31:40

标签: android commonsware-cwac

我没有关注getPendingView方法。不应该使用pending.xml布局而不是第一行???

  

@覆盖       protected View getPendingView(ViewGroup parent){         查看row = getLayoutInflater()。inflate(R. 布局 .row,null);

  View child=row.findViewById(android.R.id.text1);

  child.setVisibility(View.GONE);

  child=row.findViewById(R.id.throbber);
  child.setVisibility(View.VISIBLE);
  child.startAnimation(rotate);

  return(row);
}

1 个答案:

答案 0 :(得分:1)

  

不应该使用pending.xml布局而不是第一行吗?

没有。 pending.xml由其他演示活动使用。

  

请等待的文字......没有出现

不应该出现。因此,它没有出现。您引用的演示使用旋转ImageView来表示某些内容正在等待处理。