Esempio n. 1
0
 /**
  * Set the background's corner radius of this SnackBar.
  *
  * @param radius The corner radius.
  * @return This SnackBar for chaining methods.
  */
 public SnackBar backgroundRadius(int radius) {
   mBackground.setRadius(radius);
   return this;
 }