From f311ede6d39d559f12782e097871973a852b65cc Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 13 May 2012 11:33:33 -0400 Subject: [PATCH] Enabled Holo theme for devices api 11+ closes #44 Signed-off-by: Ricky Barrette --- LocationRinger/AndroidManifest.xml | 5 +- LocationRinger/res/layout/address_dialog.xml | 80 +++++++++---------- LocationRinger/res/values-v11/theme.xml | 10 +++ LocationRinger/res/values-v14/theme.xml | 10 +++ LocationRinger/res/values/theme.xml | 10 +++ .../LocationRinger/ui/ListActivity.java | 5 +- .../ui/RingerInformationActivity.java | 16 +++- 7 files changed, 88 insertions(+), 48 deletions(-) create mode 100644 LocationRinger/res/values-v11/theme.xml create mode 100644 LocationRinger/res/values-v14/theme.xml create mode 100644 LocationRinger/res/values/theme.xml diff --git a/LocationRinger/AndroidManifest.xml b/LocationRinger/AndroidManifest.xml index 5a68b21..f07e857 100644 --- a/LocationRinger/AndroidManifest.xml +++ b/LocationRinger/AndroidManifest.xml @@ -36,7 +36,8 @@ + android:label="@string/app_name" + android:theme="@style/Theme.Custom" > diff --git a/LocationRinger/res/layout/address_dialog.xml b/LocationRinger/res/layout/address_dialog.xml index fbdea31..279d6e3 100644 --- a/LocationRinger/res/layout/address_dialog.xml +++ b/LocationRinger/res/layout/address_dialog.xml @@ -1,44 +1,40 @@ - - - - - - -