Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created October 9, 2018 17:51
Show Gist options
  • Save DanishAmjad12/9a24b000d097a57f043e632152bd43f9 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/9a24b000d097a57f043e632152bd43f9 to your computer and use it in GitHub Desktop.
btnThree.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
modelArrayList.clear();
modelArrayList.add(new Model(R.drawable.what_hot));
modelArrayList.add(new Model(R.drawable.what_hot));
modelArrayList.add(new Model(R.drawable.what_hot));
setSpanValue();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment