From 21fd9a73a01a2f8cd13e11dbfe4fb70312d75218 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sat, 4 Feb 2012 12:53:40 -0500 Subject: [PATCH] Added a new game dialog, and game management to GameListActivity Change-Id: I222b29cc6bcea844b97d13c212e3330336b21a06 --- ExaltedDice/res/layout/new_game_dialog.xml | 36 ++++++++++++++ ExaltedDice/res/values/strings.xml | 4 ++ .../android/ExaltedDice/Database.java | 48 +++++++++---------- .../android/ExaltedDice/ExaltedDice.java | 11 ++++- .../android/ExaltedDice/GameListActivity.java | 46 ++++++++++++++---- .../android/ExaltedDice/NewGameDialog.java | 46 ++++++++++++++++++ 6 files changed, 157 insertions(+), 34 deletions(-) create mode 100644 ExaltedDice/res/layout/new_game_dialog.xml create mode 100644 ExaltedDice/src/com/TwentyCode/android/ExaltedDice/NewGameDialog.java diff --git a/ExaltedDice/res/layout/new_game_dialog.xml b/ExaltedDice/res/layout/new_game_dialog.xml new file mode 100644 index 0000000..a0e71c0 --- /dev/null +++ b/ExaltedDice/res/layout/new_game_dialog.xml @@ -0,0 +1,36 @@ + + + + + + + + + + +