Skip to content

Instantly share code, notes, and snippets.

@matdziu
Created November 17, 2016 10:48
Show Gist options
  • Select an option

  • Save matdziu/bb5de2edfeb6269ee11d4d443f2d4c85 to your computer and use it in GitHub Desktop.

Select an option

Save matdziu/bb5de2edfeb6269ee11d4d443f2d4c85 to your computer and use it in GitHub Desktop.
public interface RowType {
int BUTTON_ROW_TYPE = 0;
int IMAGE_ROW_TYPE = 1;
int TEXT_ROW_TYPE = 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment