public RecentFragment() {
   super();
   tagText = ResourceUtils.getString(R.string.tag_recent_fragment);
 }
 public void setType(int type) {
   this.type = type;
   tagText = ResourceUtils.getString(tags[type]);
   tabTitle = ResourceUtils.getString(titles[type]);
 }