コード例 #1
0
 /**
  * Divider uses a list_seperator.xml along with text to denote the most frequently contacted
  * contacts.
  */
 private TextView getDivider() {
   return MoreContactUtils.createHeaderView(mContext, R.string.favoritesFrequentContacted);
 }