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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 <dimen name="pref_autofill_field_horizontal_padding">3dp</dimen> | 86 <dimen name="pref_autofill_field_horizontal_padding">3dp</dimen> |
87 <dimen name="pref_autofill_field_top_padding">10dp</dimen> | 87 <dimen name="pref_autofill_field_top_padding">10dp</dimen> |
88 | 88 |
89 <!-- Minimum height/width for a touchable item --> | 89 <!-- Minimum height/width for a touchable item --> |
90 <dimen name="min_touch_target_size">48dp</dimen> | 90 <dimen name="min_touch_target_size">48dp</dimen> |
91 | 91 |
92 <!-- Data Saver --> | 92 <!-- Data Saver --> |
93 <dimen name="data_usage_chart_height">252dp</dimen> | 93 <dimen name="data_usage_chart_height">252dp</dimen> |
94 <dimen name="data_reduction_promo_screen_width">330dp</dimen> | 94 <dimen name="data_reduction_promo_screen_width">330dp</dimen> |
95 <dimen name="data_reduction_promo_screen_height">460dp</dimen> | 95 <dimen name="data_reduction_promo_screen_height">460dp</dimen> |
| 96 <dimen name="data_reduction_promo_screen_width_horizontal">480dp</dimen> |
| 97 <dimen name="data_reduction_promo_screen_height_horizontal">310dp</dimen> |
96 <dimen name="data_reduction_promo_title_text_size">20sp</dimen> | 98 <dimen name="data_reduction_promo_title_text_size">20sp</dimen> |
97 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen> | 99 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen> |
98 <dimen name="data_reduction_promo_button_text_size">13sp</dimen> | 100 <dimen name="data_reduction_promo_button_text_size">13sp</dimen> |
99 <dimen name="data_reduction_promo_illustration_margin_bottom">30dp</dimen> | 101 <dimen name="data_reduction_promo_illustration_margin_bottom">30dp</dimen> |
100 | 102 |
101 <!-- Text bubble dimensions --> | 103 <!-- Text bubble dimensions --> |
102 <!-- Tooltip min distance from the edge of the screen. --> | 104 <!-- Tooltip min distance from the edge of the screen. --> |
103 <dimen name="tooltip_min_edge_margin">3dp</dimen> | 105 <dimen name="tooltip_min_edge_margin">3dp</dimen> |
104 <!-- Tooltip margin above click target. --> | 106 <!-- Tooltip margin above click target. --> |
105 <dimen name="tooltip_top_margin">2dp</dimen> | 107 <dimen name="tooltip_top_margin">2dp</dimen> |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 <dimen name="default_favicon_size">16dp</dimen> | 295 <dimen name="default_favicon_size">16dp</dimen> |
294 | 296 |
295 <!-- Media UI dimensions --> | 297 <!-- Media UI dimensions --> |
296 <!-- The media_session_icon_size is just big enough to make sure Android doe
sn't discard the | 298 <!-- The media_session_icon_size is just big enough to make sure Android doe
sn't discard the |
297 icon but otherwise, the icon is meant to be a flat color so it doesn't
really matter. --> | 299 icon but otherwise, the icon is meant to be a flat color so it doesn't
really matter. --> |
298 <dimen name="media_session_icon_size">48dp</dimen> | 300 <dimen name="media_session_icon_size">48dp</dimen> |
299 | 301 |
300 <!-- Offline pages dimensions --> | 302 <!-- Offline pages dimensions --> |
301 <dimen name="offline_page_item_vertical_spacing">40dp</dimen> | 303 <dimen name="offline_page_item_vertical_spacing">40dp</dimen> |
302 </resources> | 304 </resources> |
OLD | NEW |