Setting Dashboard - padding updates
- following UX design for N5 device See bug #15384992 Change-Id: Id548ae0937b1aa9b7a9e1ae5c6a6b8299ff51eb6
This commit is contained in:
@@ -88,17 +88,24 @@
|
||||
<dimen name="zen_mode_dropdown_width">160dp</dimen>
|
||||
|
||||
<!-- Dashboard padding between each tiles within the layout -->
|
||||
<dimen name="dashboard_cell_gap">4dp</dimen>
|
||||
<dimen name="dashboard_cell_gap">1dp</dimen>
|
||||
|
||||
<!-- Dashboard padding in its container -->
|
||||
<dimen name="dashboard_padding_start">1dp</dimen>
|
||||
<dimen name="dashboard_padding_end">1dp</dimen>
|
||||
|
||||
<!-- Dashboard category title layout height -->
|
||||
<dimen name="dashboard_category_title_height">48dp</dimen>
|
||||
|
||||
<!-- Dashboard category title padding start -->
|
||||
<dimen name="dashboard_category_title_padding_start">12dp</dimen>
|
||||
|
||||
<!-- SwitchBar padding start -->
|
||||
<dimen name="switchbar_padding_start">84dp</dimen>
|
||||
<dimen name="switchbar_padding_start">68dp</dimen>
|
||||
<!-- SwitchBar padding end. Should be 2 x @*android:dimen/preference_fragment_padding_side -->
|
||||
<dimen name="switchbar_padding_end">32dp</dimen>
|
||||
|
||||
<!-- ActionBar contentInsetStart -->
|
||||
<dimen name="actionbar_contentInsetStart">84dp</dimen>
|
||||
<dimen name="actionbar_contentInsetStart">68dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
@@ -264,4 +264,14 @@
|
||||
<style name="TextAppearance.Switch" parent="TextAppearance.Medium">
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.CategoryTitle" parent="@android:style/TextAppearance.Quantum.Small">
|
||||
<item name="android:textColor">#FF009688</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.TileTitle" parent="@android:style/TextAppearance.Quantum.Medium">
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.TileSubTitle" parent="@android:style/TextAppearance.Quantum.Small">
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user