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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
49 | 49 |
50 <declare-styleable name="BoundedView"> | 50 <declare-styleable name="BoundedView"> |
51 <attr name="maxWidth" format="dimension" /> | 51 <attr name="maxWidth" format="dimension" /> |
52 </declare-styleable> | 52 </declare-styleable> |
53 | 53 |
54 <declare-styleable name="ClipDrawableProgressBar"> | 54 <declare-styleable name="ClipDrawableProgressBar"> |
55 <attr name="progressBarColor" format="reference|color" /> | 55 <attr name="progressBarColor" format="reference|color" /> |
56 <attr name="backgroundColor" format="reference|color" /> | 56 <attr name="backgroundColor" format="reference|color" /> |
57 </declare-styleable> | 57 </declare-styleable> |
58 | 58 |
59 <declare-styleable name="RadioButtonWithDescription"> | |
60 <attr name="titleText" format="string" /> | |
61 <attr name="descriptionText" format="string" /> | |
newt (away)
2016/02/25 06:25:52
is this used?
PEConn
2016/02/25 14:19:51
Acknowledged.
| |
62 </declare-styleable> | |
59 </resources> | 63 </resources> |
OLD | NEW |