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
This commit is contained in:
Fabrice Di Meglio
2014-06-03 13:23:09 -07:00
parent a4e854fa5b
commit d15de56ba1
3 changed files with 20 additions and 4 deletions

View File

@@ -108,4 +108,11 @@
<!-- ActionBar contentInsetStart -->
<dimen name="actionbar_contentInsetStart">68dp</dimen>
<!-- Search Results padding in its container -->
<dimen name="search_results_padding_start">1dp</dimen>
<dimen name="search_results_padding_end">1dp</dimen>
<!-- Search title (recent / results) padding start -->
<dimen name="search_title_padding_start">12dp</dimen>
</resources>

View File

@@ -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>