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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 <dimen name="enhanced_bookmark_minimum_dialog_size_tablet">500dp</dimen> | 279 <dimen name="enhanced_bookmark_minimum_dialog_size_tablet">500dp</dimen> |
280 <dimen name="enhanced_bookmark_drawer_drawable_padding">18dp</dimen> | 280 <dimen name="enhanced_bookmark_drawer_drawable_padding">18dp</dimen> |
281 | 281 |
282 <!-- Custom Tabs dimensions --> | 282 <!-- Custom Tabs dimensions --> |
283 <dimen name="custom_tabs_toolbar_maxWidth">60dp</dimen> | 283 <dimen name="custom_tabs_toolbar_maxWidth">60dp</dimen> |
284 <dimen name="custom_tabs_toolbar_vertical_padding">16dp</dimen> | 284 <dimen name="custom_tabs_toolbar_vertical_padding">16dp</dimen> |
285 <dimen name="toolbar_icon_height">24dp</dimen> | 285 <dimen name="toolbar_icon_height">24dp</dimen> |
286 <dimen name="min_toolbar_icon_side_padding">6dp</dimen> | 286 <dimen name="min_toolbar_icon_side_padding">6dp</dimen> |
287 <dimen name="custom_tabs_url_text_size">12sp</dimen> | 287 <dimen name="custom_tabs_url_text_size">12sp</dimen> |
288 <dimen name="custom_tabs_title_text_size">16sp</dimen> | 288 <dimen name="custom_tabs_title_text_size">16sp</dimen> |
| 289 <dimen name="menu_footer_height">28dp</dimen> |
289 </resources> | 290 </resources> |
OLD | NEW |