From 6b0d7d0c2230858a1c44c3605f7b2242c97a854a Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 22 Apr 2012 11:17:33 -0400 Subject: [PATCH] Added dynamic theme uses Holo for api =>11 Signed-off-by: Ricky Barrette --- AutoPlayer/AndroidManifest.xml | 5 +++-- AutoPlayer/res/values-v11/theme.xml | 12 ++++++++++++ AutoPlayer/res/values/theme.xml | 12 ++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 AutoPlayer/res/values-v11/theme.xml create mode 100644 AutoPlayer/res/values/theme.xml diff --git a/AutoPlayer/AndroidManifest.xml b/AutoPlayer/AndroidManifest.xml index 733c84b..2cc2d4d 100644 --- a/AutoPlayer/AndroidManifest.xml +++ b/AutoPlayer/AndroidManifest.xml @@ -13,7 +13,8 @@ + android:label="@string/app_name" + android:theme="@style/MyTheme" > @@ -46,7 +47,7 @@ android:name="ConfirmDialog" android:configChanges="keyboard|keyboardHidden|orientation" android:launchMode="singleInstance" - android:theme="@android:style/Theme.Dialog" > + android:theme="@style/MyDialogTheme" > diff --git a/AutoPlayer/res/values-v11/theme.xml b/AutoPlayer/res/values-v11/theme.xml new file mode 100644 index 0000000..93d26e1 --- /dev/null +++ b/AutoPlayer/res/values-v11/theme.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/AutoPlayer/res/values/theme.xml b/AutoPlayer/res/values/theme.xml new file mode 100644 index 0000000..8089821 --- /dev/null +++ b/AutoPlayer/res/values/theme.xml @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file