コード例 #1
0
ファイル: AccountHeader.java プロジェクト: ccc920123/Android
 /**
  * set this to define the second line in the selection area if there is no profile note this will
  * block any values from profiles!
  *
  * @param selectionSecondLine
  */
 public void setSelectionSecondLine(String selectionSecondLine) {
   mAccountHeaderBuilder.mSelectionSecondLine = selectionSecondLine;
   mAccountHeaderBuilder.updateHeaderAndList();
 }