summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2016-02-09 14:49:56 +0100
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit23cf762d88301274ccd786a52f2ea42003dd9dac (patch)
tree842ef74d27e202ffa646694b0f9feb2d84f33288 /res/values/styles.xml
parent4aaf48c5ab1c55517a69c5acf7752858ffb2b7b7 (diff)
downloadandroid_packages_apps_Snap-23cf762d88301274ccd786a52f2ea42003dd9dac.tar.gz
android_packages_apps_Snap-23cf762d88301274ccd786a52f2ea42003dd9dac.tar.bz2
android_packages_apps_Snap-23cf762d88301274ccd786a52f2ea42003dd9dac.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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 966108a84..29075351d 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -339,4 +339,8 @@
<item name="android:gravity">center</item>
<item name="android:textSize">18sp</item>
</style>
+
+ <style name="ToastTextAppearance" parent="@android:style/TextAppearance">
+ <item name="android:fontFamily">sans-serif-condensed</item>
+ </style>
</resources>