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

Redesign app with material design

This commit is contained in:
Loic Blot
2016-02-06 10:44:34 +01:00
parent 8b52f814ed
commit af2f8d86e0
16 changed files with 378 additions and 110 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:navigationBarColor">@color/oc_primary</item>
<item name="colorPrimaryDark">@color/oc_primary_dark</item>
<item name="colorPrimary">@color/oc_primary</item>
</style>
<style name="OcSmsTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/oc_primary</item>
<item name="colorPrimaryDark">@color/oc_primary_dark</item>
<item name="android:navigationBarColor">@color/oc_primary</item>
</style>
</resources>