fix missing theme error
This commit is contained in:
parent
5401c63951
commit
c1370910a4
2 changed files with 1 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue