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

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

Issue 2541693004: Add Information Tooltip for Public Suffix List Matches (Closed)
Patch Set: UI Overhaul Created 4 years 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 <dimen name="custom_tabs_screenshot_width">190dp</dimen> 332 <dimen name="custom_tabs_screenshot_width">190dp</dimen>
333 333
334 <!-- Favicon dimensions --> 334 <!-- Favicon dimensions -->
335 <dimen name="default_favicon_size">16dp</dimen> 335 <dimen name="default_favicon_size">16dp</dimen>
336 <dimen name="default_favicon_corner_radius">3dp</dimen> 336 <dimen name="default_favicon_corner_radius">3dp</dimen>
337 <dimen name="default_favicon_icon_text_size">10dp</dimen> 337 <dimen name="default_favicon_icon_text_size">10dp</dimen>
338 <dimen name="default_favicon_min_size">16px</dimen> 338 <dimen name="default_favicon_min_size">16px</dimen>
339 339
340 <!-- Account chooser dialog dimensions --> 340 <!-- Account chooser dialog dimensions -->
341 <dimen name="account_chooser_dialog_margin">24dp</dimen> 341 <dimen name="account_chooser_dialog_margin">24dp</dimen>
342 <dimen name="account_chooser_dialog_item_margin">20dp</dimen> 342 <dimen name="account_chooser_dialog_item_margin">24dp</dimen>
343 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen> 343 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen>
344 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen > 344 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen >
345 345
346 <!-- PSL info icon and tooltip dimensions -->
Bernhard Bauer 2016/12/06 16:46:42 Can you explain what PSL means? Without knowing ab
jdoerrie 2016/12/06 17:39:53 Done.
347 <dimen name="psl_info_icon_width">24dp</dimen>
348 <dimen name="psl_info_icon_height">24dp</dimen>
349 <dimen name="psl_info_icon_padding">4dp</dimen>
350 <dimen name="psl_info_tooltip_text_size">14sp</dimen>
351 <dimen name="psl_info_tooltip_horizontal_padding">16dp</dimen>
352 <dimen name="psl_info_tooltip_height">32dp</dimen>
353 <dimen name="psl_info_tooltip_margin">8dp</dimen>
354
346 <!-- Clear browsing data preferences dimensions --> 355 <!-- Clear browsing data preferences dimensions -->
347 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> 356 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen>
348 357
349 <!-- Payments UI 358 <!-- Payments UI
350 * payments_section_checking_spacing: 359 * payments_section_checking_spacing:
351 The spec says that the "Checking" text should be 32dp above the botto m of its section. 360 The spec says that the "Checking" text should be 32dp above the botto m of its section.
352 We improvise by using 6dp because sections also have a 10dp padding, so we end up with 361 We improvise by using 6dp because sections also have a 10dp padding, so we end up with
353 a 16dp bottom margin on the "Checking" text + 10dp section padding + 6dp leftover. 362 a 16dp bottom margin on the "Checking" text + 10dp section padding + 6dp leftover.
354 --> 363 -->
355 <dimen name="payments_section_vertical_spacing">10dp</dimen> 364 <dimen name="payments_section_vertical_spacing">10dp</dimen>
(...skipping 28 matching lines...) Expand all
384 <!-- Dialog dimensions. 393 <!-- Dialog dimensions.
385 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 394 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
386 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 395 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
387 396
388 <!-- Downloads dimensions. --> 397 <!-- Downloads dimensions. -->
389 <dimen name="downloads_item_icon_size">48dp</dimen> 398 <dimen name="downloads_item_icon_size">48dp</dimen>
390 399
391 <!-- Miscellaneous dimensions --> 400 <!-- Miscellaneous dimensions -->
392 <dimen name="action_bar_shadow_height">10dp</dimen> 401 <dimen name="action_bar_shadow_height">10dp</dimen>
393 </resources> 402 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698