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

Side by Side Diff: chrome/android/java/res/values/attrs.xml

Issue 2646313005: Implement additional parts of the new ui for CBD. (Closed)
Patch Set: remove linearlayout Created 3 years, 10 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
OLDNEW
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 <attr name="titleText" format="string" /> 67 <attr name="titleText" format="string" />
68 </declare-styleable> 68 </declare-styleable>
69 69
70 <declare-styleable name="TextMessageWithLinkAndIconPreference"> 70 <declare-styleable name="TextMessageWithLinkAndIconPreference">
71 <!-- Used on a TextMessageWithLinkAndIconPreference that is followed 71 <!-- Used on a TextMessageWithLinkAndIconPreference that is followed
72 by another TextMessageWithLinkAndIconPreference to remove the 72 by another TextMessageWithLinkAndIconPreference to remove the
73 bottom spacing, so that related paragraphs of text are closer 73 bottom spacing, so that related paragraphs of text are closer
74 to each other. --> 74 to each other. -->
75 <attr name="noBottomSpacing" format="boolean" /> 75 <attr name="noBottomSpacing" format="boolean" />
76 </declare-styleable> 76 </declare-styleable>
77
78 <declare-styleable name="SpinnerPreference">
79 <attr name="singleLine" format="boolean" />
80 </declare-styleable>
77 </resources> 81 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/xml/clear_browsing_data_preferences_tab.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698