Adjusting horizontal margin of notifications in split shade
Margin should be 24 dp according to the specs Fix: 222482227 Test: manual Change-Id: I72827036648ed40231ac7d314b728d0ac9c9d637
This commit is contained in:
@@ -74,5 +74,5 @@
|
||||
whether the progress is > 0, therefore this value is not very important. -->
|
||||
<dimen name="lockscreen_shade_status_bar_transition_distance">@dimen/lockscreen_shade_full_transition_distance</dimen>
|
||||
|
||||
<dimen name="notification_panel_margin_horizontal">12dp</dimen>
|
||||
<dimen name="notification_panel_margin_horizontal">24dp</dimen>
|
||||
</resources>
|
||||
|
||||
@@ -23,7 +23,5 @@
|
||||
|
||||
<dimen name="keyguard_split_shade_top_margin">72dp</dimen>
|
||||
|
||||
<dimen name="notification_panel_margin_horizontal">24dp</dimen>
|
||||
|
||||
<dimen name="split_shade_header_height">56dp</dimen>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user