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

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

Issue 1955813002: Create TextViewWithLeading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 8bf0b87ce71ca50082a88058880323514e72f63f..50cad692c3f07b3c9c62e02ea2134f49c612769b 100644
--- a/ui/android/java/res/values/attrs.xml
+++ b/ui/android/java/res/values/attrs.xml
@@ -6,4 +6,7 @@
<declare-styleable name="ButtonCompat">
<attr name="buttonColor" format="reference|color"/>
</declare-styleable>
+ <declare-styleable name="TextViewWithLeading">
+ <attr name="leading" format="reference|dimension"/>
+ </declare-styleable>
</resources>

Powered by Google App Engine
This is Rietveld 408576698