Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active December 1, 2021 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/a012414d7a9e3a3205327f835a15ad1e to your computer and use it in GitHub Desktop.
Save codeforfun-jp/a012414d7a9e3a3205327f835a15ad1e to your computer and use it in GitHub Desktop.
Android Quiz App Kotlin 2-7
<resources>
<string name="app_name">QuizApp</string>
<string name="question_label">問題文</string>
<string name="count_label">Q%d</string>
<string name="btn_answer">選択肢</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment