summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-02-09 15:49:56 +0200
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:24:50 -0700
commit391655796e30b454990d40db9b4122072820afa8 (patch)
tree9e6634b1096e43516f92e3f91146c1c350bcfe7a /res/values/styles.xml
parentdef7886f3c76253e0cd55fa7af75d3fd0c1bd0ee (diff)
downloadandroid_packages_apps_Snap-391655796e30b454990d40db9b4122072820afa8.tar.gz
android_packages_apps_Snap-391655796e30b454990d40db9b4122072820afa8.tar.bz2
android_packages_apps_Snap-391655796e30b454990d40db9b4122072820afa8.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 ebb9e0f19..91a162e6d 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -307,4 +307,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>