| 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 <declare-styleable name="TintedImage"> | 7 <declare-styleable name="TintedImage"> |
| 8 <attr name="tint" format="reference|color" /> | 8 <attr name="tint" format="reference|color" /> |
| 9 </declare-styleable> | 9 </declare-styleable> |
| 10 | 10 |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 <attr name="titleText" format="string" /> | 67 <attr name="titleText" format="string" /> |
| 68 </declare-styleable> | 68 </declare-styleable> |
| 69 | 69 |
| 70 <declare-styleable name="TextMessageWithLinkAndIconPreference"> | 70 <declare-styleable name="TextMessageWithLinkAndIconPreference"> |
| 71 <!-- Used on a TextMessageWithLinkAndIconPreference that is followed | 71 <!-- Used on a TextMessageWithLinkAndIconPreference that is followed |
| 72 by another TextMessageWithLinkAndIconPreference to remove the | 72 by another TextMessageWithLinkAndIconPreference to remove the |
| 73 bottom spacing, so that related paragraphs of text are closer | 73 bottom spacing, so that related paragraphs of text are closer |
| 74 to each other. --> | 74 to each other. --> |
| 75 <attr name="noBottomSpacing" format="boolean" /> | 75 <attr name="noBottomSpacing" format="boolean" /> |
| 76 </declare-styleable> | 76 </declare-styleable> |
| 77 |
| 78 <declare-styleable name="SpinnerPreference"> |
| 79 <attr name="singleLine" format="boolean" /> |
| 80 </declare-styleable> |
| 77 </resources> | 81 </resources> |
| OLD | NEW |