1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-24 16:26:45 +00:00

Fix licence position in style for building app

This commit is contained in:
Loic Blot 2015-02-09 20:16:26 +01:00
parent 30c8eee70f
commit f5314992b4
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,3 @@
<resources>
<!--
/*
* Copyright (c) 2014-2015, Loic Blot <loic.blot@unix-experience.fr>
@ -25,6 +24,9 @@
* SUCH DAMAGE.
*/
-->
<resources>
<style name="OcSmsTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
<item name="android:actionBarStyle">@style/OcSmsActionBar</item>
</style>

View File

@ -1,4 +1,3 @@
<resources>
<!--
/*
* Copyright (c) 2014-2015, Loic Blot <loic.blot@unix-experience.fr>
@ -25,6 +24,8 @@
* SUCH DAMAGE.
*/
-->
<resources>
<style name="AppBaseTheme" parent="@android:style/Theme.Holo.Light">
</style>