代码清单2-5 新增问题字符串

xiaoxiao2021-03-01  21

<resources> <string name="app_name">GeoQuiz</string> <string name="question_australia">Canberra is the capital of Australia.</string> <string name="question_oceans">The Pacific Ocean is large than the Atlantic Ocean.</string> <string name="question_mideast">The Suez Canal Connects the Red Sea and the Indian Ocean.</string> <string name="question_africa">The source of the Nile River is in Egypt.</string> <string name="question_americas">The Amazon River is the longest river in the Americas.</string> <string name="question_asia">Lake Baikal is the world\'s oldest and deepest freshwater lake.</string> <string name="true_button">True</string> <string name="false_button">False</string> <string name="correct_toast">Correct!</string> <string name="next_button">Next</string> <string name="incorrect_toast">Incorrect!</string> </resources>
转载请注明原文地址: https://www.6miu.com/read-3649977.html

最新回复(0)