Inheritance: java.lang.Enum
Example #1
0
 public override void setText(CharSequence text, BufferType type)
 {
     base.setText(Iconify.compute(Context, text, this), type);
 }