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

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

Issue 2730703003: Change CBD layout and texts (Closed)
Patch Set: rebase Created 3 years, 8 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 <dimen name="account_chooser_dialog_margin">24dp</dimen> 366 <dimen name="account_chooser_dialog_margin">24dp</dimen>
367 <dimen name="account_chooser_dialog_item_margin">24dp</dimen> 367 <dimen name="account_chooser_dialog_item_margin">24dp</dimen>
368 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen> 368 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen>
369 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen > 369 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen >
370 370
371 <!-- Public Suffix List (PSL) info button and tooltip dimensions --> 371 <!-- Public Suffix List (PSL) info button and tooltip dimensions -->
372 <dimen name="psl_info_tooltip_margin">8dp</dimen> 372 <dimen name="psl_info_tooltip_margin">8dp</dimen>
373 373
374 <!-- Clear browsing data preferences dimensions --> 374 <!-- Clear browsing data preferences dimensions -->
375 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> 375 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen>
376 <dimen name="clear_browsing_data_tab_checkbox_padding">6dp</dimen>
376 377
377 <!-- Payments UI 378 <!-- Payments UI
378 * payments_section_checking_spacing: 379 * payments_section_checking_spacing:
379 The spec says that the "Checking" text should be 32dp above the botto m of its section. 380 The spec says that the "Checking" text should be 32dp above the botto m of its section.
380 We improvise by using 6dp because sections also have a 10dp padding, so we end up with 381 We improvise by using 6dp because sections also have a 10dp padding, so we end up with
381 a 16dp bottom margin on the "Checking" text + 10dp section padding + 6dp leftover. 382 a 16dp bottom margin on the "Checking" text + 10dp section padding + 6dp leftover.
382 --> 383 -->
383 <dimen name="payments_section_vertical_spacing">10dp</dimen> 384 <dimen name="payments_section_vertical_spacing">10dp</dimen>
384 <dimen name="payments_section_small_spacing">8dp</dimen> 385 <dimen name="payments_section_small_spacing">8dp</dimen>
385 <dimen name="payments_section_large_spacing">16dp</dimen> 386 <dimen name="payments_section_large_spacing">16dp</dimen>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 <dimen name="chrome_home_min_full_half_distance">160dp</dimen> 440 <dimen name="chrome_home_min_full_half_distance">160dp</dimen>
440 <dimen name="chrome_home_progress_bar_height">4dp</dimen> 441 <dimen name="chrome_home_progress_bar_height">4dp</dimen>
441 442
442 <!-- Miscellaneous dimensions --> 443 <!-- Miscellaneous dimensions -->
443 <dimen name="action_bar_shadow_height">10dp</dimen> 444 <dimen name="action_bar_shadow_height">10dp</dimen>
444 <dimen name="card_corner_radius">2dp</dimen> 445 <dimen name="card_corner_radius">2dp</dimen>
445 <dimen name="list_item_corner_radius">3dp</dimen> 446 <dimen name="list_item_corner_radius">3dp</dimen>
446 <dimen name="list_item_lateral_padding">1dp</dimen> 447 <dimen name="list_item_lateral_padding">1dp</dimen>
447 <dimen name="history_default_text_margin">16dp</dimen> 448 <dimen name="history_default_text_margin">16dp</dimen>
448 </resources> 449 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698