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 <!-- Website Settings Popup Dimensions --> | 7 <!-- Website Settings Popup Dimensions --> |
8 <dimen name="website_settings_popup_padding_sides">16dp</dimen> | 8 <dimen name="website_settings_popup_padding_sides">16dp</dimen> |
9 <dimen name="website_settings_popup_button_height">36dp</dimen> | 9 <dimen name="website_settings_popup_button_height">36dp</dimen> |
10 <dimen name="website_settings_popup_button_padding_sides">8dp</dimen> | 10 <dimen name="website_settings_popup_button_padding_sides">8dp</dimen> |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 94 |
95 <!-- User Picture Dimensions --> | 95 <!-- User Picture Dimensions --> |
96 <dimen name="user_picture_size">40dp</dimen> | 96 <dimen name="user_picture_size">40dp</dimen> |
97 <dimen name="badged_user_picture_height">40dp</dimen> | 97 <dimen name="badged_user_picture_height">40dp</dimen> |
98 <!-- The design spec is that the center of the badge should be 4dp from the
right edge of the | 98 <!-- The design spec is that the center of the badge should be 4dp from the
right edge of the |
99 user picture. This is equivalent to a badged_user_picture_width of 46dp assu
ming a badge_radius | 99 user picture. This is equivalent to a badged_user_picture_width of 46dp assu
ming a badge_radius |
100 of 10dp. --> | 100 of 10dp. --> |
101 <dimen name="badged_user_picture_width">46dp</dimen> | 101 <dimen name="badged_user_picture_width">46dp</dimen> |
102 <dimen name="badge_radius">10dp</dimen> | 102 <dimen name="badge_radius">10dp</dimen> |
103 <dimen name="badge_border_size">1.3dp</dimen> | 103 <dimen name="badge_border_size">1.3dp</dimen> |
| 104 |
| 105 <!-- Video Fling related constants --> |
| 106 <dimen name="remote_notification_logo_max_width">@android:dimen/notification
_large_icon_width</dimen> |
| 107 <dimen name="remote_notification_logo_max_height">64dp</dimen> |
104 </resources> | 108 </resources> |
OLD | NEW |