Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: ui/android/java/res/values/attrs.xml

Issue 2880953003: [subresource_filter] Revamp Site Details page (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/preferences/website_preference_bridge.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/android/preferences/website_preference_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698