public Builder setIconAttribute(@AttrRes int attrId) {
   builder.iconAttr(attrId);
   return this;
 }