Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <resources>
  2. <string name="app_name">The Band Database</string>
  3.  
  4. <string-array name="bands">
  5. <item>The Beatles</item>
  6. <item>Nirvana</item>
  7. <item>U2</item>
  8. </string-array>
  9.  
  10. <string-array name="descriptions">
  11. <item>An English rock band that formed in Liverpool in 1960.</item>
  12. <item>An American rock band that formed in Washington in 1987.</item>
  13. <item>An Irish rock band from Dublin that formed in 1976.</item>
  14. </string-array>
  15. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement