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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 <!-- Minimum height/width for a touchable item --> | 92 <!-- Minimum height/width for a touchable item --> |
93 <dimen name="min_touch_target_size">48dp</dimen> | 93 <dimen name="min_touch_target_size">48dp</dimen> |
94 | 94 |
95 <!-- Data Saver --> | 95 <!-- Data Saver --> |
96 <dimen name="data_usage_chart_height">252dp</dimen> | 96 <dimen name="data_usage_chart_height">252dp</dimen> |
97 <dimen name="data_reduction_promo_screen_width">330dp</dimen> | 97 <dimen name="data_reduction_promo_screen_width">330dp</dimen> |
98 <dimen name="data_reduction_promo_screen_height">460dp</dimen> | 98 <dimen name="data_reduction_promo_screen_height">460dp</dimen> |
99 <dimen name="data_reduction_promo_title_text_size">20sp</dimen> | 99 <dimen name="data_reduction_promo_title_text_size">20sp</dimen> |
100 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen> | 100 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen> |
101 <dimen name="data_reduction_promo_button_text_size">13sp</dimen> | 101 <dimen name="data_reduction_promo_button_text_size">13sp</dimen> |
| 102 <dimen name="data_reduction_promo_illustration_margin_bottom">30dp</dimen> |
102 | 103 |
103 <!-- Text bubble dimensions --> | 104 <!-- Text bubble dimensions --> |
104 <!-- Tooltip min distance from the edge of the screen. --> | 105 <!-- Tooltip min distance from the edge of the screen. --> |
105 <dimen name="tooltip_min_edge_margin">3dp</dimen> | 106 <dimen name="tooltip_min_edge_margin">3dp</dimen> |
106 <!-- Tooltip margin above click target. --> | 107 <!-- Tooltip margin above click target. --> |
107 <dimen name="tooltip_top_margin">2dp</dimen> | 108 <dimen name="tooltip_top_margin">2dp</dimen> |
108 <!-- Tooltip border width around the main content bubble. --> | 109 <!-- Tooltip border width around the main content bubble. --> |
109 <dimen name="tooltip_border_width">1dp</dimen> | 110 <dimen name="tooltip_border_width">1dp</dimen> |
110 <!-- Padding for tooltip content --> | 111 <!-- Padding for tooltip content --> |
111 <dimen name="tooltip_content_padding">5dp</dimen> | 112 <dimen name="tooltip_content_padding">5dp</dimen> |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 <dimen name="menu_footer_height">28dp</dimen> | 289 <dimen name="menu_footer_height">28dp</dimen> |
289 | 290 |
290 <!-- Favicon dimensions --> | 291 <!-- Favicon dimensions --> |
291 <dimen name="default_favicon_size">16dp</dimen> | 292 <dimen name="default_favicon_size">16dp</dimen> |
292 | 293 |
293 <!-- Media UI dimensions --> | 294 <!-- Media UI dimensions --> |
294 <!-- The media_session_icon_size is just big enough to make sure Android doe
sn't discard the | 295 <!-- The media_session_icon_size is just big enough to make sure Android doe
sn't discard the |
295 icon but otherwise, the icon is meant to be a flat color so it doesn't
really matter. --> | 296 icon but otherwise, the icon is meant to be a flat color so it doesn't
really matter. --> |
296 <dimen name="media_session_icon_size">48dp</dimen> | 297 <dimen name="media_session_icon_size">48dp</dimen> |
297 </resources> | 298 </resources> |
OLD | NEW |