Function StateDrawable.parseList4

parse 4 comma delimited integers

bool parseList4(T)(
  string value,
  ref T[4] items
);