Moved most Strings to xml
Change-Id: I7c460302d3efd1ffe4b1d7cb66789002bfa1ca33 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
16
ExaltedDice/res/values/dice.xml
Normal file
16
ExaltedDice/res/values/dice.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string-array name="dice_types">
|
||||
<item>D2</item>
|
||||
<item>D3</item>
|
||||
<item>D4</item>
|
||||
<item>D6</item>
|
||||
<item>D8</item>
|
||||
<item>D10</item>
|
||||
<item>D12</item>
|
||||
<item>D20</item>
|
||||
<item>D100</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user