Files
exalted_dice/ExaltedDice/res/values/game_modes.xml
Ricky Barrette 29ea55bd28 Created Game Option "Game Mode"
This option allows the user to select their gaming system. This will
allow us to fine tune the UI of exalted dice to better suit the gaming
system of each particular game.

Note This only commit does not handle applying the game mode in
ExaltedDice.java

Change-Id: I035fe4441027e6536f6d89d038818dc939c26e55
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-12 10:09:05 -05:00

12 lines
315 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="game_modes">
<item>@string/game_mode_exalted</item>
<item>@string/game_mode_dd</item>
</string-array>
<string name="game_mode_exalted">Exalted</string>
<string name="game_mode_dd">D&amp;D</string>
</resources>