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

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

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes Created 5 years, 11 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/android/java/res/values-v21/styles.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ed2f134d92fa6943375923b78c53274783f24b36..4a25bfd60a2512a363c37f5a7829d12c3c4a766b 100644
--- a/chrome/android/java/res/values/attrs.xml
+++ b/chrome/android/java/res/values/attrs.xml
@@ -20,4 +20,14 @@
case that the title is empty. -->
<attr name="dontUseSummaryAsTitle" format="boolean" />
</declare-styleable>
+
+ <declare-styleable name="FloatLabelLayout">
+ <attr name="floatLabelTextAppearance" format="reference" />
+ <attr name="floatLabelPaddingLeft" format="reference|dimension" />
+ <attr name="floatLabelPaddingRight" format="reference|dimension" />
+ <attr name="floatLabelPaddingTop" format="reference|dimension" />
+ <attr name="floatLabelPaddingBottom" format="reference|dimension" />
+ <!-- The hint to display in the floating label -->
+ <attr name="floatLabelHint" format="reference|string" />
+ </declare-styleable>
</resources>
« no previous file with comments | « chrome/android/java/res/values-v21/styles.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698