Guest User

Untitled

a guest
Dec 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. for (int q = 0; q < divinationAnInt; q++) {
  2. descriptionTextView.append(q + 1 + ". " + descriptionStrings[9][q] + "n" +
  3. descriptionStrings[8][(flipInts[q] * 25) + randomInts[q]] + "n" +
  4. descriptionStrings[buttonNum + (flipInts[q] * 4)][randomInts[q]] + "nn");
  5. }
  6. descriptionTextView.setMovementMethod(new ScrollingMovementMethod());
Add Comment
Please, Sign In to add comment