mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-25 00:36:39 +00:00
Fix licence position in style for building app
This commit is contained in:
parent
30c8eee70f
commit
f5314992b4
@ -1,4 +1,3 @@
|
|||||||
<resources>
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014-2015, Loic Blot <loic.blot@unix-experience.fr>
|
* Copyright (c) 2014-2015, Loic Blot <loic.blot@unix-experience.fr>
|
||||||
@ -25,6 +24,9 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
|
||||||
<style name="OcSmsTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
|
<style name="OcSmsTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
|
||||||
<item name="android:actionBarStyle">@style/OcSmsActionBar</item>
|
<item name="android:actionBarStyle">@style/OcSmsActionBar</item>
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
<resources>
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2014-2015, Loic Blot <loic.blot@unix-experience.fr>
|
* Copyright (c) 2014-2015, Loic Blot <loic.blot@unix-experience.fr>
|
||||||
@ -25,6 +24,8 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<resources>
|
||||||
<style name="AppBaseTheme" parent="@android:style/Theme.Holo.Light">
|
<style name="AppBaseTheme" parent="@android:style/Theme.Holo.Light">
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user