| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 <dimen name="promo_dialog_illustration_width">150dp</dimen> | 142 <dimen name="promo_dialog_illustration_width">150dp</dimen> |
| 143 <dimen name="promo_dialog_padding">16dp</dimen> | 143 <dimen name="promo_dialog_padding">16dp</dimen> |
| 144 <dimen name="promo_dialog_max_width">600dp</dimen> | 144 <dimen name="promo_dialog_max_width">600dp</dimen> |
| 145 <dimen name="promo_dialog_max_content_width">320dp</dimen> | 145 <dimen name="promo_dialog_max_content_width">320dp</dimen> |
| 146 <dimen name="promo_dialog_title_text_size">23sp</dimen> | 146 <dimen name="promo_dialog_title_text_size">23sp</dimen> |
| 147 <dimen name="promo_dialog_normal_text_size">14sp</dimen> | 147 <dimen name="promo_dialog_normal_text_size">14sp</dimen> |
| 148 | 148 |
| 149 <!-- Data Saver --> | 149 <!-- Data Saver --> |
| 150 <dimen name="data_usage_chart_height">252dp</dimen> | 150 <dimen name="data_usage_chart_height">252dp</dimen> |
| 151 <dimen name="data_reduction_main_menu_icon_width">32dp</dimen> | 151 <dimen name="data_reduction_main_menu_icon_width">32dp</dimen> |
| 152 <dimen name="data_saver_menu_footer_min_show_height">240dp</dimen> |
| 152 | 153 |
| 153 <!-- The size of the text for tab titles. --> | 154 <!-- The size of the text for tab titles. --> |
| 154 <dimen name="compositor_tab_title_text_size">13sp</dimen> | 155 <dimen name="compositor_tab_title_text_size">13sp</dimen> |
| 155 <!-- The size of the bounding box for favicons. --> | 156 <!-- The size of the bounding box for favicons. --> |
| 156 <dimen name="compositor_tab_title_favicon_size">16dp</dimen> | 157 <dimen name="compositor_tab_title_favicon_size">16dp</dimen> |
| 157 <!-- Slop value for allowing slight misses on the compositor button. --> | 158 <!-- Slop value for allowing slight misses on the compositor button. --> |
| 158 <dimen name="compositor_button_slop">10dp</dimen> | 159 <dimen name="compositor_button_slop">10dp</dimen> |
| 159 | 160 |
| 160 <!-- User Picture Dimensions --> | 161 <!-- User Picture Dimensions --> |
| 161 <dimen name="user_picture_size">40dp</dimen> | 162 <dimen name="user_picture_size">40dp</dimen> |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 <dimen name="list_item_lateral_padding">1dp</dimen> | 458 <dimen name="list_item_lateral_padding">1dp</dimen> |
| 458 <dimen name="history_default_text_margin">16dp</dimen> | 459 <dimen name="history_default_text_margin">16dp</dimen> |
| 459 | 460 |
| 460 <!-- Context Menu Dimensions --> | 461 <!-- Context Menu Dimensions --> |
| 461 <dimen name="context_menu_header_image_min_size">56dp</dimen> | 462 <dimen name="context_menu_header_image_min_size">56dp</dimen> |
| 462 <dimen name="context_menu_header_image_max_size">56dp</dimen> | 463 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 463 | 464 |
| 464 <!-- Divider Dimensions --> | 465 <!-- Divider Dimensions --> |
| 465 <dimen name="divider_height">1dp</dimen> | 466 <dimen name="divider_height">1dp</dimen> |
| 466 </resources> | 467 </resources> |
| OLD | NEW |