Enabled Holo theme for devices api 11+

closes #44 

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-13 11:33:33 -04:00
parent 370c7dacf7
commit f311ede6d3
7 changed files with 88 additions and 48 deletions

View File

@@ -36,7 +36,8 @@
<application
android:icon="@drawable/icon"
android:label="@string/app_name" >
android:label="@string/app_name"
android:theme="@style/Theme.Custom" >
<activity
android:name="LocationRinger"
android:configChanges="keyboard|orientation"
@@ -83,13 +84,11 @@
<service
android:name=".services.LocationService"
android:enabled="true"
android:exported="true"
android:process=":LocationService" >
</service>
<service
android:name=".services.RingerProcessingService"
android:enabled="true"
android:exported="true"
android:process=":RingerProcessingService" >
</service>