Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active September 19, 2023 07:43
Show Gist options
  • Save codeforfun-jp/cf21247eb6e48504d20632ddb4b65254 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/cf21247eb6e48504d20632ddb4b65254 to your computer and use it in GitHub Desktop.
QuizApp 4.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