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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user