strings.xml 549 B

123456789101112
  1. <resources>
  2. <string name="app_name">ich-android</string>
  3. <string name="action_settings">Settings</string>
  4. <!-- Strings used for fragments for navigation -->
  5. <string name="first_fragment_label">First Fragment</string>
  6. <string name="second_fragment_label">Second Fragment</string>
  7. <string name="next">Next</string>
  8. <string name="previous">Previous</string>
  9. <string name="hello_first_fragment">Hello first fragment</string>
  10. <string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
  11. </resources>