atom
This commit is contained in:
12
common/src/main/res/values/array.xml
Normal file
12
common/src/main/res/values/array.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="environmentArray">
|
||||
<item>正式</item>
|
||||
<item>测试</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="environmentValues">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user