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

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

Issue 2788343002: Translate page in the new UI. (Closed)
Patch Set: refactor 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 <!-- Dimensions applied to InfoBars with differently sized icons. --> 94 <!-- Dimensions applied to InfoBars with differently sized icons. -->
95 <dimen name="infobar_small_icon_size">24dp</dimen> 95 <dimen name="infobar_small_icon_size">24dp</dimen>
96 <dimen name="infobar_small_icon_margin">8dp</dimen> 96 <dimen name="infobar_small_icon_margin">8dp</dimen>
97 <dimen name="infobar_big_icon_size">48dp</dimen> 97 <dimen name="infobar_big_icon_size">48dp</dimen>
98 <dimen name="infobar_big_icon_margin">16dp</dimen> 98 <dimen name="infobar_big_icon_margin">16dp</dimen>
99 99
100 <!-- Dimensions for compact infobars are a little shorter. --> 100 <!-- Dimensions for compact infobars are a little shorter. -->
101 <dimen name="infobar_compact_size">48dp</dimen> 101 <dimen name="infobar_compact_size">48dp</dimen>
102 102
103 <!-- Dimensions for compcat translate infobar. -->
gone 2017/04/04 18:44:37 compact*
Leo 2017/04/05 08:37:47 Acknowledged.
104 <dimen name="infobar_translate_fade_edge_length">18dp</dimen>
105
103 <!-- Contextual search dimensions --> 106 <!-- Contextual search dimensions -->
104 <dimen name="contextual_search_peek_promo_height">48dp</dimen> 107 <dimen name="contextual_search_peek_promo_height">48dp</dimen>
105 <dimen name="contextual_search_peek_promo_padding">12dp</dimen> 108 <dimen name="contextual_search_peek_promo_padding">12dp</dimen>
106 <dimen name="contextual_search_caption_text_size">14sp</dimen> 109 <dimen name="contextual_search_caption_text_size">14sp</dimen>
107 <dimen name="contextual_search_static_image_size">36dp</dimen> 110 <dimen name="contextual_search_static_image_size">36dp</dimen>
108 <!-- The following two dimensions were taking from the UI specs for contextu al search, where 111 <!-- The following two dimensions were taking from the UI specs for contextu al search, where
109 they were 36dp and 3dp respectively, but have been updated to allow for padd ing around 112 they were 36dp and 3dp respectively, but have been updated to allow for padd ing around
110 TextViews that we cannot get rid of. --> 113 TextViews that we cannot get rid of. -->
111 <dimen name="contextual_search_text_layer_min_height">38dp</dimen> 114 <dimen name="contextual_search_text_layer_min_height">38dp</dimen>
112 <dimen name="contextual_search_term_caption_spacing">1.5dp</dimen> 115 <dimen name="contextual_search_term_caption_spacing">1.5dp</dimen>
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 <dimen name="chrome_home_min_full_half_distance">160dp</dimen> 442 <dimen name="chrome_home_min_full_half_distance">160dp</dimen>
440 <dimen name="chrome_home_progress_bar_height">4dp</dimen> 443 <dimen name="chrome_home_progress_bar_height">4dp</dimen>
441 444
442 <!-- Miscellaneous dimensions --> 445 <!-- Miscellaneous dimensions -->
443 <dimen name="action_bar_shadow_height">10dp</dimen> 446 <dimen name="action_bar_shadow_height">10dp</dimen>
444 <dimen name="card_corner_radius">2dp</dimen> 447 <dimen name="card_corner_radius">2dp</dimen>
445 <dimen name="list_item_corner_radius">3dp</dimen> 448 <dimen name="list_item_corner_radius">3dp</dimen>
446 <dimen name="list_item_lateral_padding">1dp</dimen> 449 <dimen name="list_item_lateral_padding">1dp</dimen>
447 <dimen name="history_default_text_margin">16dp</dimen> 450 <dimen name="history_default_text_margin">16dp</dimen>
448 </resources> 451 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698