Created
October 9, 2018 17:51
-
-
Save DanishAmjad12/9a24b000d097a57f043e632152bd43f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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