Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active November 9, 2023 07:11
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/d21f6c0a033766a48282541ddf77d3d0 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/d21f6c0a033766a48282541ddf77d3d0 to your computer and use it in GitHub Desktop.
Android Quiz App Kotlin 6-1
<resources>
<string name="app_name">QuizApp</string>
<!-- クイズ画面 -->
<string name="question_label">問題文</string>
<string name="count_label">Q%d</string>
<string name="btn_answer">選択肢</string>
<!-- 結果画面 -->
<string name="result_title">結果</string>
<string name="result_score">%d / 5</string>
<string name="result_total_score">トータルスコア : %d</string>
<string name="btn_return">もどる</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment