summaryrefslogtreecommitdiff
path: root/library/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorAjay Nadathur <ajayns@google.com>2017-12-12 11:43:35 -0800
committerAjay Nadathur <ajayns@google.com>2017-12-14 10:49:00 -0800
commit60c18c807b38550403284997db6d79aa416eb9fa (patch)
tree45201db8acfb757263dca0125a12ad39c8b9461e /library/main/res/values/attrs.xml
parentceea5ff728985c6a43c7c6de61ed2b7f530db483 (diff)
downloadsetupwizard-60c18c807b38550403284997db6d79aa416eb9fa.tar.gz
Update text field style to Material 2 for suw
bug: 69930300 Test: Manually tested Change-Id: I3079891881f00ab38d5d3bab8291e8ff1829e491
Diffstat (limited to 'library/main/res/values/attrs.xml')
-rw-r--r--library/main/res/values/attrs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml
index ec21f87..7820a6d 100644
--- a/library/main/res/values/attrs.xml
+++ b/library/main/res/values/attrs.xml
@@ -21,6 +21,7 @@
<attr name="suwLayoutTheme" format="reference" />
<attr name="suwMarginSides" format="dimension|reference" />
<attr name="suwButtonColor" format="color" />
+ <attr name="suwEditTextBackgroundColor" format="color" />
<!-- Subset of values in "gravity" in frameworks/base/core/res/res/values/attrs.xml. Only
horizontal values are listed here as the header does not support vertical gravity. -->