summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-09 15:49:56 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-10 14:56:36 -0800
commitda3f7c10237a7cab50607b31a066d68ee708483f (patch)
treec6e18390afe42ae99c70e6c05e41ee1946e62987 /res/values/styles.xml
parent54a9c2a494ee1440f3f063207cbc82811a70d0ce (diff)
downloadandroid_packages_apps_Snap-da3f7c10237a7cab50607b31a066d68ee708483f.tar.gz
android_packages_apps_Snap-da3f7c10237a7cab50607b31a066d68ee708483f.tar.bz2
android_packages_apps_Snap-da3f7c10237a7cab50607b31a066d68ee708483f.zip
Snap: Material toasts
* Match the framework toast appearance Change-Id: I886862f3087bcd5cb1cfa76f72731292b7511d07
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e042260d0..e20b69913 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -298,4 +298,7 @@
<style name="PanoViewHorizontalBar">
<item name="android:background">@android:color/transparent</item>
</style>
+ <style name="ToastTextAppearance" parent="@android:style/TextAppearance">
+ <item name="android:fontFamily">sans-serif-condensed</item>
+ </style>
</resources>