summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-05-05 22:03:58 +0200
committerAdrian Roos <roosa@google.com>2014-05-05 22:03:58 +0200
commit8137ef0e39425f11afa38330d37c84f8c7bc0bea (patch)
tree0b87fca49a72ff9902de56da86abe2633dfe9888 /res/values
parentd2275ef1ce68712057a37f6966cf2a962f8094f4 (diff)
downloadandroid_packages_apps_ExactCalculator-8137ef0e39425f11afa38330d37c84f8c7bc0bea.tar.gz
android_packages_apps_ExactCalculator-8137ef0e39425f11afa38330d37c84f8c7bc0bea.tar.bz2
android_packages_apps_ExactCalculator-8137ef0e39425f11afa38330d37c84f8c7bc0bea.zip
Use App specific theme with color palette
Change-Id: Iec27d849b0d5478c29badf9e9fdb034c03d0d5ca
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 1482f64..a4887e2 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -117,6 +117,10 @@
<item name="android:textSize">@dimen/btn_clear_text_size</item>
</style>
- <style name="AppTheme" parent="@android:style/Theme.Quantum" />
+ <style name="AppTheme" parent="@android:style/Theme.Quantum.NoActionBar">
+ <item name="android:colorPrimary">@color/primary</item>
+ <item name="android:colorPrimaryLight">@color/primary_light</item>
+ <item name="android:colorPrimaryDark">@color/primary_dark</item>
+ </style>
</resources> \ No newline at end of file