예제 #1
0
 /** Sets the drawable that the close button shows. */
 public void setCloseButtonDrawable(Drawable drawable) {
   mToolbar.setCloseButtonImageResource(drawable);
 }