Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: chrome/android/java/res/values/dimens.xml

Issue 1652163002: Refactor Clank cast code to use MediaNotificationManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@MediaUi
Patch Set: Respond to final batch of nits Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources> 6 <resources>
7 <!-- Connection info popup dimensions --> 7 <!-- Connection info popup dimensions -->
8 <dimen name="connection_info_padding_wide">24dp</dimen> 8 <dimen name="connection_info_padding_wide">24dp</dimen>
9 <dimen name="connection_info_padding_thin">16dp</dimen> 9 <dimen name="connection_info_padding_thin">16dp</dimen>
10 10
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 <dimen name="fre_checkmark_size">38dp</dimen> 173 <dimen name="fre_checkmark_size">38dp</dimen>
174 <dimen name="fre_tos_checkbox_padding">12dp</dimen> 174 <dimen name="fre_tos_checkbox_padding">12dp</dimen>
175 175
176 <!-- Sign-in promo dimensions --> 176 <!-- Sign-in promo dimensions -->
177 <dimen name="sign_in_promo_padding_bottom">16dp</dimen> 177 <dimen name="sign_in_promo_padding_bottom">16dp</dimen>
178 178
179 <!-- Autofill card unmasking prompt dimensions --> 179 <!-- Autofill card unmasking prompt dimensions -->
180 <dimen name="autofill_card_unmask_tooltip_horizontal_padding">16dp</dimen> 180 <dimen name="autofill_card_unmask_tooltip_horizontal_padding">16dp</dimen>
181 <dimen name="autofill_card_unmask_tooltip_vertical_padding">4dp</dimen> 181 <dimen name="autofill_card_unmask_tooltip_vertical_padding">4dp</dimen>
182 182
183 <!-- Cast related constants -->
184 <dimen name="remote_notification_logo_max_width">@android:dimen/notification _large_icon_width</dimen>
185 <dimen name="remote_notification_logo_max_height">64dp</dimen>
186
187 <!-- Alert dialog --> 183 <!-- Alert dialog -->
188 <dimen name="dialog_padding_top">@dimen/abc_dialog_padding_top_material</dim en> 184 <dimen name="dialog_padding_top">@dimen/abc_dialog_padding_top_material</dim en>
189 <dimen name="dialog_padding_sides">@dimen/abc_dialog_padding_material</dimen > 185 <dimen name="dialog_padding_sides">@dimen/abc_dialog_padding_material</dimen >
190 186
191 <!-- Tab Strip Dimensions --> 187 <!-- Tab Strip Dimensions -->
192 <dimen name="tab_strip_height">0dp</dimen> 188 <dimen name="tab_strip_height">0dp</dimen>
193 189
194 <!-- Full Screen Dimensions --> 190 <!-- Full Screen Dimensions -->
195 <!-- Should match toolbar_height_no_shadow --> 191 <!-- Should match toolbar_height_no_shadow -->
196 <dimen name="control_container_height">56dp</dimen> 192 <dimen name="control_container_height">56dp</dimen>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 <dimen name="default_favicon_size">16dp</dimen> 307 <dimen name="default_favicon_size">16dp</dimen>
312 308
313 <!-- Media UI dimensions --> 309 <!-- Media UI dimensions -->
314 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the 310 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the
315 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> 311 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. -->
316 <dimen name="media_session_icon_size">48dp</dimen> 312 <dimen name="media_session_icon_size">48dp</dimen>
317 313
318 <!-- Offline pages dimensions --> 314 <!-- Offline pages dimensions -->
319 <dimen name="offline_page_item_vertical_spacing">16dp</dimen> 315 <dimen name="offline_page_item_vertical_spacing">16dp</dimen>
320 </resources> 316 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698