Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. <resources>
  2. <string name="app_name">List Movie Recycler View</string>
  3. <string-array name="list_movie_names">
  4. <item>Thor: Ragnarok (2017)</item>
  5. <item>Wonder Woman (2017)</item>
  6. <item>Guardians of the Galaxy Vol. 2 (2017)</item>
  7. <item>Logan (2017)</item>
  8. <item>Despicable Me 3 (2017)</item>
  9. <item>Pirates of the Caribbean: Dead Men Tell No Tales (2017)</item>
  10. <item>Justice League (2017)</item>
  11. <item>Star Wars: The Last Jedi (2017)</item>
  12. <item>Kong: Skull Island (2017)</item>
  13. <item>War for the Planet of the Apes (2017)</item>
  14. </string-array>
  15. <string-array name="list_movie_synopsis">
  16. <item>Thor is imprisoned on the planet Sakaar, and must race against time to return to Asgard and stop Ragnarök, the destruction of his world, at the hands of the powerful and ruthless villain Hela.</item>
  17. <item>When a pilot crashes and tells of conflict in the outside world, Diana, an Amazonian warrior in training, leaves home to fight a war, discovering her full powers and true destiny.</item>
  18. <item>The Guardians must fight to keep their newfound family together as they unravel the mystery of Peter Quill's true parentage.</item>
  19. <item>In the near future, a weary Logan cares for an ailing Professor X, somewhere on the Mexican border. However, Logan's attempts to hide from the world, and his legacy, are upended when a young mutant arrives, pursued by dark forces.</item>
  20. <item>Gru meets his long-lost charming, cheerful, and more successful twin brother Dru who wants to team up with him for one last criminal heist.</item>
  21. <item>Captain Jack Sparrow searches for the trident of Poseidon while being pursued by an undead sea captain and his crew.</item>
  22. <item>Fueled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne enlists the help of his newfound ally, Diana Prince, to face an even greater enemy.</item>
  23. <item>Rey develops her newly discovered abilities with the guidance of Luke Skywalker, who is unsettled by the strength of her powers. Meanwhile, the Resistance prepares for battle with the First Order.</item>
  24. <item>A team of scientists explore an uncharted island in the Pacific, venturing into the domain of the mighty Kong, and must fight to escape a primal Eden.</item>
  25. <item>After the apes suffer unimaginable losses, Caesar wrestles with his darker instincts and begins his own mythic quest to avenge his kind.</item>
  26. </string-array>
  27. <integer-array name="list_movie_images">
  28. <item>@drawable/thor_ragnarok</item>
  29. <item>@drawable/wonder_woman</item>
  30. <item>@drawable/guardian_of_galaxy</item>
  31. <item>@drawable/logan</item>
  32. <item>@drawable/desplicable_me</item>
  33. <item>@drawable/pirates_of_the_caribbean</item>
  34. <item>@drawable/justice_league</item>
  35. <item>@drawable/star_wars</item>
  36. <item>@drawable/kong_island</item>
  37. <item>@drawable/war_for_the_apes</item>
  38. </integer-array>
  39. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement