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

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

Issue 1872363002: Adjust the footer layout in ClearBrowsingDataPreferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 acb3e8b4b625051c9637302c051baa8ae7ac3af0..1bdd359edc512d408625648f5cf4389885659bf9 100644
--- a/chrome/android/java/res/values/attrs.xml
+++ b/chrome/android/java/res/values/attrs.xml
@@ -60,4 +60,12 @@
<declare-styleable name="RadioButtonWithDescription">
<attr name="titleText" format="string" />
</declare-styleable>
+
+ <declare-styleable name="TextMessageWithLinkAndIconPreference">
+ <!-- Used on a TextMessageWithLinkAndIconPreference that is followed
+ by another TextMessageWithLinkAndIconPreference to remove the
+ bottom spacing, so that related paragraphs of text are closer
+ to each other. -->
+ <attr name="noBottomSpacing" format="boolean" />
+ </declare-styleable>
</resources>

Powered by Google App Engine
This is Rietveld 408576698