From de4f888d8391646560e2168c90086c3106324d8b Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 6 Feb 2012 10:05:58 -0500 Subject: [PATCH] Updated Theme updated theme to pick the standard android theme if < api 11 else Holo Change-Id: I377442813ca0fe3a801c821d69f389f360fceeea Signed-off-by: Ricky Barrette --- ExaltedDice/AndroidManifest.xml | 10 +++++----- ExaltedDice/res/values-v11/theme.xml | 8 ++++++++ ExaltedDice/res/values/theme.xml | 8 ++++++++ 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 ExaltedDice/res/values-v11/theme.xml create mode 100644 ExaltedDice/res/values/theme.xml diff --git a/ExaltedDice/AndroidManifest.xml b/ExaltedDice/AndroidManifest.xml index d76ddec..f81a662 100755 --- a/ExaltedDice/AndroidManifest.xml +++ b/ExaltedDice/AndroidManifest.xml @@ -11,7 +11,7 @@ + android:theme="@style/MyTheme" > @@ -25,19 +25,19 @@ + android:theme="@style/MyTheme" > + android:theme="@style/MyTheme" > + android:theme="@style/MyTheme" > - + diff --git a/ExaltedDice/res/values-v11/theme.xml b/ExaltedDice/res/values-v11/theme.xml new file mode 100644 index 0000000..2100aa0 --- /dev/null +++ b/ExaltedDice/res/values-v11/theme.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/ExaltedDice/res/values/theme.xml b/ExaltedDice/res/values/theme.xml new file mode 100644 index 0000000..a714770 --- /dev/null +++ b/ExaltedDice/res/values/theme.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file