Commit 4cd487c75a07b0c8376101138d7a49589214aa97
1 parent
f23a9e8ddd
Exists in
master
首页科目顺序调整
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/src/main/res/values/strings.xml
| ... | ... | @@ -18,11 +18,11 @@ |
| 18 | 18 | <string name="topic_manager"><![CDATA[<font color="#666666">掌握状态:</font>%1$s]]> </string> |
| 19 | 19 | <string name="topic_type"><![CDATA[<font color="#666666">来</font><font color="#FFFFFF">科目</font><font color="#666666">源:</font>%1$s]]> </string> |
| 20 | 20 | <string-array name="filter_subject"> |
| 21 | - <item>@string/chinese</item> | |
| 22 | 21 | <item>@string/math</item> |
| 23 | - <item>@string/english</item> | |
| 24 | 22 | <item>@string/physics</item> |
| 25 | 23 | <item>@string/chemistry</item> |
| 24 | + <item>@string/english</item> | |
| 25 | + <item>@string/chinese</item> | |
| 26 | 26 | </string-array> |
| 27 | 27 | <string-array name="error_reason"> |
| 28 | 28 | <item>审题错误</item> | ... | ... |