Guest User

Untitled

a guest
Jul 9th, 2023
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layout>
  3.     <row>
  4.         <button text="All" ontap="randomAll" />
  5.         <button text="90's Trek" ontap="randomNineties" />
  6.     </row>
  7.     <row>
  8.         <button text="TNG" ontap="randomTng" />
  9.     </row>
  10.     <row>
  11.         <button text="DS9" ontap="randomDs9" />
  12.     </row>
  13.     <row>
  14.         <button text="Voyager" ontap="randomVoy" />
  15.     </row>
  16.     <row>
  17.         <button text="Enterprise" ontap="randomEnt" />
  18.     </row>
  19. </layout>
Advertisement
Add Comment
Please, Sign In to add comment