| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2015 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 <resources> | 5 <resources> |
| 6 <declare-styleable name="DualControlLayout"> | 6 <declare-styleable name="DualControlLayout"> |
| 7 <attr name="stackedMargin" format="reference"/> | 7 <attr name="stackedMargin" format="reference"/> |
| 8 <attr name="primaryButtonText" format="reference|string"/> | 8 <attr name="primaryButtonText" format="reference|string"/> |
| 9 <attr name="secondaryButtonText" format="reference|string"/> | 9 <attr name="secondaryButtonText" format="reference|string"/> |
| 10 <attr name="buttonAlignment" format="enum"> | 10 <attr name="buttonAlignment" format="enum"> |
| 11 <enum name="start" value="0" /> | 11 <enum name="start" value="0" /> |
| 12 <enum name="end" value="1" /> | 12 <enum name="end" value="1" /> |
| 13 <enum name="apart" value="2" /> | 13 <enum name="apart" value="2" /> |
| 14 </attr> | 14 </attr> |
| 15 </declare-styleable> | 15 </declare-styleable> |
| 16 <declare-styleable name="ButtonCompat"> | 16 <declare-styleable name="ButtonCompat"> |
| 17 <attr name="buttonColor" format="reference|color"/> | 17 <attr name="buttonColor" format="reference|color"/> |
| 18 <attr name="buttonRaised" format="boolean"/> | 18 <attr name="buttonRaised" format="boolean"/> |
| 19 </declare-styleable> | 19 </declare-styleable> |
| 20 <declare-styleable name="SubresourceFilterListPreference"> |
| 21 <attr name="activeAllowText" format="reference|string"/> |
| 22 <attr name="passiveAllowText" format="reference|string"/> |
| 23 <attr name="activeBlockText" format="reference|string"/> |
| 24 <attr name="passiveBlockText" format="reference|string"/> |
| 25 </declare-styleable> |
| 20 <declare-styleable name="TextViewWithLeading"> | 26 <declare-styleable name="TextViewWithLeading"> |
| 21 <attr name="leading" format="reference|dimension"/> | 27 <attr name="leading" format="reference|dimension"/> |
| 22 </declare-styleable> | 28 </declare-styleable> |
| 23 </resources> | 29 </resources> |
| OLD | NEW |