Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
|
newt (away)
2014/08/20 20:54:51
copyright
Yaron
2014/08/20 21:01:21
Done.
| |
| 2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 3 | |
| 4 Use of this source code is governed by a BSD-style license that can be | |
| 5 found in the LICENSE file. | |
| 6 --> | |
| 7 | |
| 8 <resources> | 2 <resources> |
| 9 <!-- Link Preview dimensions --> | 3 <!-- These must be kept in sync (and in-order) with components/dom_distiller/c ore/font_family_list.h --> |
| 10 <dimen name="link_preview_overlay_radius">7dp</dimen> | 4 <string-array name="distiller_mode_font_family_values"> |
| 5 <item>@string/sans_serif</item> | |
| 6 <item>@string/serif</item> | |
| 7 <item>@string/monospace</item> | |
| 8 </string-array> | |
| 11 </resources> | 9 </resources> |
| OLD | NEW |