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

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

Issue 1187013002: Add a custome edittext that encapsulates the error message logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 6 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/widget/EmptyAlertEditText.java » ('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 3a46c71c60527b8c9777ddea7c388c1c21f6d5fe..dff3030e4d69ca22dbb574165fadcd6106b659ce 100644
--- a/chrome/android/java/res/values/attrs.xml
+++ b/chrome/android/java/res/values/attrs.xml
@@ -38,6 +38,10 @@
<attr name="floatLabelHint" format="reference|string" />
</declare-styleable>
+ <declare-styleable name="EmptyAlertEditText">
+ <attr name="alertMessage" format="string" />
+ </declare-styleable>
+
<declare-styleable name="ButtonCompat">
<attr name="buttonColor" format="reference|color"/>
</declare-styleable>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/widget/EmptyAlertEditText.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698