| Index: ui/android/java/res/values/attrs.xml
|
| diff --git a/ui/android/java/res/values/attrs.xml b/ui/android/java/res/values/attrs.xml
|
| index 06c3b266b8cc6a56221aeb5335820f9f1f97a4ca..5db418503db5676f77b0c0a3a37771184213d2d1 100644
|
| --- a/ui/android/java/res/values/attrs.xml
|
| +++ b/ui/android/java/res/values/attrs.xml
|
| @@ -17,6 +17,12 @@
|
| <attr name="buttonColor" format="reference|color"/>
|
| <attr name="buttonRaised" format="boolean"/>
|
| </declare-styleable>
|
| + <declare-styleable name="SubresourceFilterListPreference">
|
| + <attr name="activeAllowText" format="reference|string"/>
|
| + <attr name="passiveAllowText" format="reference|string"/>
|
| + <attr name="activeBlockText" format="reference|string"/>
|
| + <attr name="passiveBlockText" format="reference|string"/>
|
| + </declare-styleable>
|
| <declare-styleable name="TextViewWithLeading">
|
| <attr name="leading" format="reference|dimension"/>
|
| </declare-styleable>
|
|
|