Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

likorn / quick_max

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • quick_max
  • app
  • src
  • main
  • res
  • values
  • strings.xml
Find file
BlameHistoryPermalink
  • likorn's avatar
    Different colors are used for highlighting correct and wrong answers · 4e411cc6
    likorn committed 5 years ago
    4e411cc6
strings.xml 679 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<resources>
    <string name="app_name">QuickMax</string>
    <string name="second_max">Choose the second greatest value</string>
    <string name="response_correct">CORRECT</string>
    <string name="response_wrong">WRONG</string>
    <string name="time_is_over">TIME IS OVER</string>
    <string name="number_digits_2">2</string>
    <string name="number_digits_3">3</string>
    <string name="number_digits_4">4</string>
    <string name="how_many_digits">HOW MANY DIGITS?</string>
    <string name="time_to_solve">Time to solve: %1$s seconds</string>
    <string name="btn_next">Next</string>
    <string name="tap_to_continue">Tap anywhere to continue</string>
</resources>