Skip to content

Instantly share code, notes, and snippets.

@josikie
Created November 9, 2019 23:20
Show Gist options
  • Save josikie/c73633fa052da03e35dbdca5bc962d1f to your computer and use it in GitHub Desktop.
Save josikie/c73633fa052da03e35dbdca5bc962d1f to your computer and use it in GitHub Desktop.
Football Scores
<resources>
<string name="app_name">Football Scores</string>
<string name="score">Score</string>
<string name="team_a_score">Team A </string>
<string name="_0">0</string>
<string name="add">Add</string>
<string name="team_b_score">Team B</string>
<string name="fouls">Fouls</string>
<string name="team_a_fouls">Team A</string>
<string name="team_b_fouls">Team B</string>
<string name="reset">Reset</string>
<string name="about">About</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment