summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-03 13:23:09 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-03 13:32:21 -0700
commitd15de56ba1443ab5285b2de6411190dafdc1a869 (patch)
treee35be4f4855b2602ea285a898ee790647af81580 /res/values/styles.xml
parenta4e854fa5b9f5adc4898088f6d454dd92f4238a5 (diff)
downloadpackages_apps_Settings-d15de56ba1443ab5285b2de6411190dafdc1a869.zip
packages_apps_Settings-d15de56ba1443ab5285b2de6411190dafdc1a869.tar.gz
packages_apps_Settings-d15de56ba1443ab5285b2de6411190dafdc1a869.tar.bz2
Update Recents Searches and Search Results padding
- for matching the ones from the main Dashboard too - udpate also the Titles to match the categories title appearance from the Dashboard See bug: #15384992 Setting Dashboard - padding updates Change-Id: I6d4731dbbd049b77e8c103bc21e9d0be5c0234dd
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 2c82662..79ed972 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -274,4 +274,11 @@
<style name="TextAppearance.TileSubTitle" parent="@android:style/TextAppearance.Quantum.Small">
</style>
+ <style name="TextAppearance.RecentsTitle" parent="TextAppearance.CategoryTitle">
+ </style>
+
+ <style name="TextAppearance.ResultTitle" parent="TextAppearance.CategoryTitle">
+ </style>
+
+
</resources>