Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 3 | 3 |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <resources> | 8 <resources> |
| 9 <!-- Link Preview dimensions --> | 9 <!-- Link Preview dimensions --> |
| 10 <dimen name="link_preview_overlay_radius">7dp</dimen> | 10 <dimen name="link_preview_overlay_radius">7dp</dimen> |
| 11 <dimen name="select_popup_horizontal_margin">3dp</dimen> | |
|
aurimas (slooooooooow)
2014/04/16 17:36:48
All these seem to be unused?
keishi
2014/04/17 12:25:40
Done.
| |
| 12 <dimen name="select_popup_width">300dp</dimen> | |
| 13 <dimen name="select_popup_height">304dp</dimen> | |
| 14 <dimen name="select_popup_border_width">1dp</dimen> | |
| 11 </resources> | 15 </resources> |
| OLD | NEW |