-
-
Save codeforfun-jp/d21f6c0a033766a48282541ddf77d3d0 to your computer and use it in GitHub Desktop.
Android Quiz App Kotlin 6-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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