Chromium Code Reviews| Index: chrome/android/java/res/values/attrs.xml |
| diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml |
| index ed24fc032c53903c8bf05581f7e47fe2432440fe..2821d1cad25b61f69d641237ee89788bb8bb7d8d 100644 |
| --- a/chrome/android/java/res/values/attrs.xml |
| +++ b/chrome/android/java/res/values/attrs.xml |
| @@ -56,4 +56,8 @@ |
| <attr name="backgroundColor" format="reference|color" /> |
| </declare-styleable> |
| + <declare-styleable name="RadioButtonWithDescription"> |
| + <attr name="titleText" format="string" /> |
| + <attr name="descriptionText" format="string" /> |
|
newt (away)
2016/02/25 06:25:52
is this used?
PEConn
2016/02/25 14:19:51
Acknowledged.
|
| + </declare-styleable> |
| </resources> |