Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <layout>
- <row>
- <button text="All" ontap="randomAll" />
- <button text="90's Trek" ontap="randomNineties" />
- </row>
- <row>
- <button text="TNG" ontap="randomTng" />
- </row>
- <row>
- <button text="DS9" ontap="randomDs9" />
- </row>
- <row>
- <button text="Voyager" ontap="randomVoy" />
- </row>
- <row>
- <button text="Enterprise" ontap="randomEnt" />
- </row>
- </layout>
Advertisement
Add Comment
Please, Sign In to add comment