1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 07:05:41 +00:00

Update sources for a proper support with Android 4+ instead of Android 2.1+. Also change HeaderBar style

This commit is contained in:
Loic Blot
2015-02-07 10:35:23 +01:00
parent 6af64d979a
commit 8f7a083f07
9 changed files with 32 additions and 78 deletions
+7 -2
View File
@@ -5,8 +5,13 @@
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- API 14 theme customizations can go here. -->
<style name="OcSmsTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
<item name="android:actionBarStyle">@style/OcSmsActionBar</item>
</style>
<style name="OcSmsActionBar"
parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
<item name="android:background">#56a6cf</item>
</style>
</resources>