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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/android/preferences/website_preference_bridge.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« 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