fix missing theme error

This commit is contained in:
Andrei Bechet 2015-06-15 15:55:14 +02:00
parent 5401c63951
commit c1370910a4
2 changed files with 1 additions and 5 deletions

View File

@ -5,8 +5,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
android:label="@string/app_name">
<service
android:name=".MyService"
android:enabled="true"

View File

@ -1,8 +1,5 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
</resources>