From 29ea55bd2879e8c05aa9bc69e032037e33296170 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 12 Feb 2012 10:09:05 -0500 Subject: [PATCH] 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 --- ExaltedDice/res/layout/new_game_dialog.xml | 16 ++++++- ExaltedDice/res/values/game_modes.xml | 12 +++++ ExaltedDice/res/values/strings.xml | 1 + .../android/ExaltedDice/ExaltedDice.java | 45 +++++++++++++++++-- .../android/ExaltedDice/NewGameDialog.java | 37 +++++++++++---- 5 files changed, 98 insertions(+), 13 deletions(-) create mode 100644 ExaltedDice/res/values/game_modes.xml diff --git a/ExaltedDice/res/layout/new_game_dialog.xml b/ExaltedDice/res/layout/new_game_dialog.xml index a0e71c0..7871016 100644 --- a/ExaltedDice/res/layout/new_game_dialog.xml +++ b/ExaltedDice/res/layout/new_game_dialog.xml @@ -26,11 +26,25 @@ android:singleLine="true" /> + +