Пример #1
0
 /**
  * Set Parameters for ColorAlertDialog.
  *
  * @param colortitle Title for Alert Dialog.
  * @param colornames List of name of selecting color.
  * @param colorints List of int of color.
  */
 public void setColorAlertParams(
     CharSequence colortitle, CharSequence[] colornames, CharSequence[] colorints) {
   mDialog.setColorAlertParams(colortitle, colornames, colorints);
 }