diff options
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 9036525..40abb7b 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,7 +1,7 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android"> <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="android:actionBarStyle">@style/MyActionBar</item> </style> @@ -10,4 +10,9 @@ parent="@android:style/Widget.Holo.Light.ActionBar"> <item name="android:background">@drawable/actionbar_color</item> </style> + + <color name="loading">#ffc400</color> + <color name="warning">#ff9900</color> + <color name="error">#e32d2d</color> + <color name="info">#5ccbf7</color> </resources> |