Пример #1
0
 /**
  * set this to false if you want to hide the first line of the selection box in the header (first
  * line would be the name)
  *
  * @param selectionFirstLineShown
  */
 public void setSelectionFirstLineShown(boolean selectionFirstLineShown) {
   mAccountHeaderBuilder.mSelectionFirstLineShown = selectionFirstLineShown;
   mAccountHeaderBuilder.updateHeaderAndList();
 }