Use light theme with dark icons (works on older versions).

This commit is contained in:
akwizgran
2012-11-07 10:57:23 +00:00
parent aa5fc4b866
commit 8279cd14c9
16 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
<application
android:theme="@android:style/Theme.Holo"
android:theme="@android:style/Theme.Light"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<service android:name=".HelloWorldService" android:exported="false" >