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 | 6 |
7 <resources> | 7 <resources> |
8 <!-- Certificate Viewer Dimensions --> | 8 <!-- Certificate Viewer Dimensions --> |
9 <dimen name="certificate_viewer_padding_wide">24dp</dimen> | 9 <dimen name="certificate_viewer_padding_wide">24dp</dimen> |
10 <dimen name="certificate_viewer_padding_thin">16dp</dimen> | 10 <dimen name="certificate_viewer_padding_thin">16dp</dimen> |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
103 <dimen name="tooltip_min_edge_margin">3dp</dimen> | 103 <dimen name="tooltip_min_edge_margin">3dp</dimen> |
104 <!-- Tooltip margin above click target. --> | 104 <!-- Tooltip margin above click target. --> |
105 <dimen name="tooltip_top_margin">2dp</dimen> | 105 <dimen name="tooltip_top_margin">2dp</dimen> |
106 <!-- Tooltip border width around the main content bubble. --> | 106 <!-- Tooltip border width around the main content bubble. --> |
107 <dimen name="tooltip_border_width">1dp</dimen> | 107 <dimen name="tooltip_border_width">1dp</dimen> |
108 <!-- Padding for tooltip content --> | 108 <!-- Padding for tooltip content --> |
109 <dimen name="tooltip_content_padding">5dp</dimen> | 109 <dimen name="tooltip_content_padding">5dp</dimen> |
110 <!-- Tooltip x margin for text bubble --> | 110 <!-- Tooltip x margin for text bubble --> |
111 <dimen name="bubble_tip_margin">8dp</dimen> | 111 <dimen name="bubble_tip_margin">8dp</dimen> |
112 | 112 |
113 <!-- TabStrip resources --> | |
David Trainor- moved to gerrit
2015/01/09 18:18:51
Compositor Tab Title Dimensions?
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
| |
114 <dimen name="tab_title_bar_shadow_x_offset">0.6667dp</dimen> <!-- 1px hdpi --> | |
David Trainor- moved to gerrit
2015/01/09 18:18:51
compositor_tab_title_*
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
| |
115 <dimen name="tab_title_bar_shadow_y_offset">0.6667dp</dimen> <!-- 1px hdpi --> | |
116 <dimen name="tab_title_bar_shadow_x_offset_incognito">-0.6667dp</dimen> <!-- -1px hdpi --> | |
117 <dimen name="tab_title_bar_shadow_y_offset_incognito">-0.6667dp</dimen> <!-- -1px hdpi --> | |
118 <!-- The size of the text for tab titles in the switcher view. --> | |
David Trainor- moved to gerrit
2015/01/09 18:18:51
Fix this to remove switcher view. Same with all o
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
| |
119 <dimen name="tab_title_text_size">13dp</dimen> | |
120 <!-- The size of the boudning box for favicons in the tab switcher. --> | |
121 <dimen name="tab_title_favicon_size">16dp</dimen> | |
122 <!-- TabSwitcher - Slop value for allowing slight misses on the close button . --> | |
123 <dimen name="close_button_slop">10dp</dimen> | |
David Trainor- moved to gerrit
2015/01/09 18:18:51
compositor_button_slop? It's used by the default
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
| |
113 </resources> | 124 </resources> |
OLD | NEW |