代码清单1-11 增加toast字符串

<resources>
    <string name="app_name">GeoQuiz</string>
    <string name="question_text">Canberra is the capital of Australia.</string>
    <string name="true_button">True</string>
    <string name="false_button">False</string>
    <string name="correct_toast">Correct!</string>
    <string name="incorrect_toast">Incorrect!</string>
</resources>

猜你喜欢

转载自blog.csdn.net/aiwwy/article/details/80754026
今日推荐