Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 189 <dimen name="find_result_bar_vertical_padding">8px</dimen> | 189 <dimen name="find_result_bar_vertical_padding">8px</dimen> |
| 190 <dimen name="find_result_bar_min_gap_between_stacks">3px</dimen> | 190 <dimen name="find_result_bar_min_gap_between_stacks">3px</dimen> |
| 191 <dimen name="find_result_bar_stacked_result_height">3px</dimen> | 191 <dimen name="find_result_bar_stacked_result_height">3px</dimen> |
| 192 <dimen name="find_in_page_separator_width">1dp</dimen> | 192 <dimen name="find_in_page_separator_width">1dp</dimen> |
| 193 <dimen name="find_in_page_popup_width">375dp</dimen> | 193 <dimen name="find_in_page_popup_width">375dp</dimen> |
| 194 <dimen name="find_in_page_popup_height">60dp</dimen> | 194 <dimen name="find_in_page_popup_height">60dp</dimen> |
| 195 <dimen name="find_in_page_popup_margin_end">62dp</dimen> | 195 <dimen name="find_in_page_popup_margin_end">62dp</dimen> |
| 196 | 196 |
| 197 <!-- Web app dimensions --> | 197 <!-- Web app dimensions --> |
| 198 <dimen name="webapp_splash_image_size">128dp</dimen> | 198 <dimen name="webapp_splash_image_size">128dp</dimen> |
| 199 <dimen name="webapp_splash_title_bottom_margin">64dp</dimen> | |
|
newt (away)
2015/09/04 18:45:48
Likewise, I'd just inline these values rather than
Lalit Maganti
2015/09/04 19:12:02
Done.
| |
| 200 <dimen name="webapp_splash_title_size">24sp</dimen> | |
| 199 | 201 |
| 200 <!-- Toolbar dimensions --> | 202 <!-- Toolbar dimensions --> |
| 201 <dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen> | 203 <dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen> |
| 202 <dimen name="toolbar_tab_count_text_size_2_digit">10dp</dimen> | 204 <dimen name="toolbar_tab_count_text_size_2_digit">10dp</dimen> |
| 203 <dimen name="toolbar_height_no_shadow">56dp</dimen> | 205 <dimen name="toolbar_height_no_shadow">56dp</dimen> |
| 204 | 206 |
| 205 <dimen name="location_bar_margin_top">5dp</dimen> | 207 <dimen name="location_bar_margin_top">5dp</dimen> |
| 206 <dimen name="location_bar_margin_bottom">5dp</dimen> | 208 <dimen name="location_bar_margin_bottom">5dp</dimen> |
| 207 | 209 |
| 208 <dimen name="toolbar_edge_padding">8dp</dimen> | 210 <dimen name="toolbar_edge_padding">8dp</dimen> |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 291 <dimen name="menu_footer_height">28dp</dimen> | 293 <dimen name="menu_footer_height">28dp</dimen> |
| 292 | 294 |
| 293 <!-- Favicon dimensions --> | 295 <!-- Favicon dimensions --> |
| 294 <dimen name="default_favicon_size">16dp</dimen> | 296 <dimen name="default_favicon_size">16dp</dimen> |
| 295 | 297 |
| 296 <!-- Media UI dimensions --> | 298 <!-- Media UI dimensions --> |
| 297 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the | 299 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the |
| 298 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> | 300 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> |
| 299 <dimen name="media_session_icon_size">48dp</dimen> | 301 <dimen name="media_session_icon_size">48dp</dimen> |
| 300 </resources> | 302 </resources> |
| OLD | NEW |